Compare commits

...

2 Commits

Author SHA1 Message Date
Michal Nowak
3820717690 Keep artifacts on failure 2020-07-14 11:22:13 +02:00
Michal Nowak
efeb76512e Test is Windows project files are modified before the build job itself 2020-07-14 11:19:10 +02:00

View File

@@ -204,6 +204,7 @@ stages:
- test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
- test -n "${OOT_BUILD_WORKSPACE}" && mkdir "${OOT_BUILD_WORKSPACE}" && cd "${OOT_BUILD_WORKSPACE}"
script:
- if test "$(git status --porcelain | grep -Ev '\?\?' | wc -l)" -gt "0"; then git status --short; exit 1; fi
- *configure
- make -j${BUILD_PARALLEL_JOBS:-1} -k all V=1
- test -z "${RUN_MAKE_INSTALL}" || make install
@@ -215,6 +216,7 @@ stages:
artifacts:
untracked: true
expire_in: "1 day"
when: on_failure
.windows_build: &windows_build_job
stage: build