Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jan 27, 2022
1 parent 825573d commit 2a3ee46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,17 @@ jobs:
- name: Generate native launcher
run: .github/scripts/generate-native-image.sh
shell: bash
env:
VCVARSALL: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
- name: Build OS packages
run: .github/scripts/generate-os-packages.sh
shell: bash
env:
VCVARSALL: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
- name: Copy artifacts
run: ./mill -i copyDefaultLauncher artifacts/
env:
VCVARSALL: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
- uses: actions/upload-artifact@v2.3.1
with:
name: launchers
Expand All @@ -107,6 +113,7 @@ jobs:
run: ./mill -i nativeIntegrationTests
env:
COURSIER_JNI: force
VCVARSALL: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"

native-mostly-static-tests:
timeout-minutes: 120
Expand Down Expand Up @@ -281,6 +288,8 @@ jobs:
with:
jvm: "temurin:17"
- run: ./mill -i ci.copyVcRedist
env:
VCVARSALL: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
- uses: actions/upload-artifact@v2.3.1
with:
name: launchers
Expand Down

0 comments on commit 2a3ee46

Please sign in to comment.