From 4eeee6f1e706112f789687b2f46d713ee3e26168 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Apr 2019 11:58:21 +0200 Subject: Clean up CI waf arguments --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9417256d..0495b1fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,27 +24,27 @@ lin_rel: lin_dbg_st: script: - - python ./waf configure build test -dsT --no-coverage --static --static-progs --no-shared + - python ./waf configure build test -dsT --no-coverage --static-progs --no-shared lin_rel_st: script: - - python ./waf configure build test -sT --no-coverage --static --static-progs --no-shared + - python ./waf configure build test -sT --no-coverage --static-progs --no-shared lin_dbg_no_posix: script: - - python ./waf configure build test --no-posix -dsT --no-coverage + - python ./waf configure build test -dsT --no-posix --no-coverage lin_rel_no_posix: script: - - python ./waf configure build test --no-posix -sT --no-coverage + - python ./waf configure build test -sT --no-posix --no-coverage lin_dbg_st_no_posix: script: - - python ./waf configure build test --no-posix -dsT --no-coverage --static --static-progs --no-shared + - python ./waf configure build test -dsT --no-posix --no-coverage --static-progs --no-shared lin_rel_st_no_posix: script: - - python ./waf configure build test --no-posix -sT --no-coverage --static --static-progs --no-shared + - python ./waf configure build test -sT --no-posix --no-coverage --static-progs --no-shared mac_dbg: script: @@ -60,13 +60,13 @@ mac_rel: mac_dbg_no_posix: script: - - python ./waf configure build test --no-posix -dsT --no-coverage + - python ./waf configure build test -dsT --no-posix --no-coverage tags: - macos mac_rel_no_posix: script: - - python ./waf configure build test --no-posix -sT --no-coverage + - python ./waf configure build test -sT --no-posix --no-coverage tags: - macos -- cgit v1.2.1