File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ WIN.gorre2 <msvc15_32-avx2-msvc19_64> {/home/gquintin} ["C:\Program Files (x86)\
183
183
- cd ..
184
184
- call scripts\build-tests for avx2 with msvc
185
185
- cd build-avx2-msvc
186
- - ..\nstools\bin\nstest -j80
186
+ - ..\nstools\bin\nstest -j60
187
187
- endlocal
188
188
189
189
couillere <aarch64-macos> {/Users/gquintin}
Original file line number Diff line number Diff line change 1
- couillere <aarch64-macos> {/home /gquintin}
1
+ couillere <aarch64-macos> {/Users /gquintin}
2
2
- export PATH=${PATH}:/opt/homebrew/bin
3
3
- python3 egg/hatch.py -ltf
4
4
- bash scripts/setup.sh
@@ -8,3 +8,4 @@ couillere <aarch64-macos> {/home/gquintin}
8
8
- ninja
9
9
- ninja tests
10
10
- ../nstools/bin/nstest -j16
11
+
Original file line number Diff line number Diff line change @@ -96,8 +96,6 @@ if [ -f "${JOBS_FILE}" ]; then
96
96
97
97
set NSTOOLS_CHECKOUT_LAST_COMMIT="${NSTOOLS_CHECKOUT_LAST_COMMIT} "
98
98
99
- if "%1" == "run_script" goto script
100
-
101
99
if exist ci-nsimd-${DESC} rd /Q /S ci-nsimd-${DESC}
102
100
git clone ${GIT_URL} ci-nsimd-${DESC}
103
101
git -C ci-nsimd-${DESC} checkout ${GIT_BRANCH}
You can’t perform that action at this time.
0 commit comments