Skip to content

Commit

Permalink
Update win-lib-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf authored Jan 16, 2025
1 parent 1378534 commit 16e2bed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/win-lib-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ jobs:
runs-on: ['win-builder']

steps:
- name: Do everything
run: Set-Location "C:\tmp"; Invoke-WebRequest -Uri "https://raw.githubusercontent.com/compiler-explorer/infra/63feee2732b4b065b89645072dd23f18a326aa13/init/start-builder.ps1" -OutFile "C:\tmp\start-builder.ps1"; pwsh .\start-builder.ps1; $env:CONAN_USER = "ce"; $env:CONAN_PASSWORD = "${{ secrets.CONAN_PASSWORD }}"; Set-Location "C:\tmp\infra"; git checkout library-build-windows; $env:PATH = "$env:PATH;C:\BuildTools\Python;C:\BuildTools\Python\Scripts;C:\BuildTools\Ninja;Z:\compilers\windows-kits-10\bin;C:\BuildTools\CMake\bin;Z:\compilers\mingw-w64-13.1.0-16.0.2-11.0.0-ucrt-r1\bin;C:\Program Files\Amazon\AWSCLIV2"; conan user ce -p -r=ceserver; pwsh .\ce_install.ps1 --staging-dir "C:/tmp/staging" --dest "C:/tmp/staging" --enable windows build --temp-install --buildfor vcpp_v19_40_VS17_10_x64 'fmt 11.0.0'
- name: Download build script
run: Invoke-WebRequest -Uri "https://raw.githubusercontent.com/compiler-explorer/infra/refs/heads/library-build-windows/init/start-builder.ps1" -OutFile "C:\tmp\start-builder.ps1"
- name: Build libraries
run: Set-Location "C:\tmp"; pwsh .\start-builder.ps1 -ConanPassword "${{ secrets.CONAN_PASSWORD }}" -Language c++ -Library fmt -Compiler all

0 comments on commit 16e2bed

Please sign in to comment.