Skip to content

Commit a50ce2f

Browse files
author
gquintin
committed
Fix CI
1 parent c8e7731 commit a50ce2f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

scripts/ci-scale.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ WIN.gorre2 <msvc15_32-avx2-msvc19_64> {/home/gquintin} ["C:\Program Files (x86)\
183183
- cd ..
184184
- call scripts\build-tests for avx2 with msvc
185185
- cd build-avx2-msvc
186-
- ..\nstools\bin\nstest -j80
186+
- ..\nstools\bin\nstest -j60
187187
- endlocal
188188

189189
couillere <aarch64-macos> {/Users/gquintin}

scripts/ci-test.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
couillere <aarch64-macos> {/home/gquintin}
1+
couillere <aarch64-macos> {/Users/gquintin}
22
- export PATH=${PATH}:/opt/homebrew/bin
33
- python3 egg/hatch.py -ltf
44
- bash scripts/setup.sh
@@ -8,3 +8,4 @@ couillere <aarch64-macos> {/home/gquintin}
88
- ninja
99
- ninja tests
1010
- ../nstools/bin/nstest -j16
11+

scripts/ci.sh

-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ if [ -f "${JOBS_FILE}" ]; then
9696
9797
set NSTOOLS_CHECKOUT_LAST_COMMIT="${NSTOOLS_CHECKOUT_LAST_COMMIT}"
9898
99-
if "%1" == "run_script" goto script
100-
10199
if exist ci-nsimd-${DESC} rd /Q /S ci-nsimd-${DESC}
102100
git clone ${GIT_URL} ci-nsimd-${DESC}
103101
git -C ci-nsimd-${DESC} checkout ${GIT_BRANCH}

0 commit comments

Comments
 (0)