diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 21:41:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 21:41:18 -0300 |
commit | b5a275bf9c9f98221045acddb9c3306b7ac5a116 (patch) | |
tree | afb3a8a6e4540f472c69012ee0873274eab1f752 /.gitlab-ci.yml | |
parent | e4295a9b11d576e8254059607000676d9d0a0f63 (diff) | |
download | serverdata-b5a275bf9c9f98221045acddb9c3306b7ac5a116.tar.gz serverdata-b5a275bf9c9f98221045acddb9c3306b7ac5a116.tar.bz2 serverdata-b5a275bf9c9f98221045acddb9c3306b7ac5a116.tar.xz serverdata-b5a275bf9c9f98221045acddb9c3306b7ac5a116.zip |
Explore a few different CI rules
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d8df00ad..ce05dac28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ variables: MYSQL_ROOT_PASSWORD: root packetver: "20150513" -build_test: +.build_test: stage: build script: - export CC=gcc-6 @@ -149,7 +149,7 @@ mariadb_run_latest: services: - mariadb:latest -.mysql_run_valgrind_latest: +mysql_run_valgrind_latest: stage: valgrind script: - export CC=gcc-6 @@ -167,7 +167,7 @@ mariadb_run_latest: services: - mysql:latest -.mysql_run_valgrind_5.7: +mysql_run_valgrind_5.7: stage: valgrind script: - export CC=gcc-6 @@ -185,7 +185,7 @@ mariadb_run_latest: services: - mysql:5.7 -.mariadb_run_valgrind_latest: +mariadb_run_valgrind_latest: stage: valgrind script: - export CC=gcc-6 |