From 965a712d0102269fcf54e1f459e37113c31218af Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 9 Oct 2018 12:23:02 -0500 Subject: [pkg] make standalone the default build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 177fab9..e5fa957 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build_test: - ln -s "$(pwd)" ${APP_PATH} - cd ${APP_PATH} - make get - - make standalone + - make bitmaskd - make build tags: - linux -- cgit v1.2.3