Test changes on this branch

Former-commit-id: deb30cf3e726d36d17a36f44592897d31428c901
This commit is contained in:
Forest 2019-04-27 05:44:14 -04:00
parent 5d75562942
commit 931715eeff

View File

@ -1,8 +1,8 @@
stages:
- build
- test
- executable
- post-build
- executable
# our own git fetch command like https://gitlab.com/gitlab-org/gitlab-runner/blob/master/shells/abstract.go
# speeds up building because we skip the git clean and dont need any gitlab caches
@ -126,11 +126,13 @@ commit-linux-debug:
- schedules
artifacts:
paths:
- add-docker-gitlab-ci
- commit-linux-debug.tar.bz2
expire_in: 1 week
only:
refs:
- master
- add-docker-gitlab-ci
commit-windows-debug:
stage: executable
@ -157,7 +159,7 @@ commit-windows-debug:
only:
refs:
- master
- add-docker-gitlab-ci
#############
# NIGHTLY
@ -188,6 +190,7 @@ nightly-linux-optimized:
only:
refs:
- master
- add-docker-gitlab-ci
nightly-windows-optimized:
stage: executable
@ -214,3 +217,4 @@ nightly-windows-optimized:
only:
refs:
- master
- add-docker-gitlab-ci