summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-03-13 22:54:48 +0100
committerToni Uhlig <matzeton@googlemail.com>2023-03-13 22:54:48 +0100
commit9c242a4a005f83910a904425c834c114c1e49128 (patch)
tree42395174de9bc5da40b30aaed2daf8c450d7843b
parent0a56fee9959458b99f1935ad27e150ef7a30b799 (diff)
parent794e83453747e40b7d64623c7d6cd2f1e73417ce (diff)
Merge branch 'main' of gitlab.com:utoni/mingw-w64-ddk-template
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f960f88..9eb6389 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ makedeps:
test -r CRT/kcrt.opp && \
test -r EASTL-build/libEASTL.a && \
test -r EASTL-native-build/libEASTL.a; } || \
- { make deps JOBS=${BUILDJOBS:-4} Q= || { cat bld/build.log; false; }; }
+ { make deps JOBS=${BUILDJOBS:-4} Q= || { cat mingw-w64-sysroot/build.log; false; }; }
stage: deps
only:
- main
@@ -41,7 +41,7 @@ makedeps-again:
- git clean -df .
- git clean -dfX .
- git checkout .
- - make deps JOBS=${BUILDJOBS:-4} Q= || { cat bld/build.log; false; }
+ - make deps JOBS=${BUILDJOBS:-4} Q= || { cat mingw-w64-sysroot/build.log; false; }
stage: deps
only:
- main