diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-10-09 12:23:02 -0500 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-10-10 16:28:31 -0500 |
commit | 965a712d0102269fcf54e1f459e37113c31218af (patch) | |
tree | c93e465f3373e88410d7409dee4ce36de05c43d8 /.gitlab-ci.yml | |
parent | 5f24152b972f4e478e15f04b795e8943f8a559d7 (diff) |
[pkg] make standalone the default build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |