diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-08-02 12:31:06 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-08-02 18:21:20 +0200 |
commit | 1d3d04fc6047767aba5d2e82e8ea12205720917c (patch) | |
tree | 5f4f6a798908485089a6d24db8d31266580c53b6 /.gitlab-ci.yml | |
parent | 9d01aa59d31adef5cbacff3158e1b93b922e73e6 (diff) |
[test] build standalone on the CI
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 abf2e93..9b4761b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build_test: - ln -s "$(pwd)" ${APP_PATH} - cd ${APP_PATH} - make get - - make static + - make standalone - make build tags: - linux |