Skip to content

Commit

Permalink
comment not needed for test
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 24, 2024
1 parent a801ddd commit 2763eb7
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/win-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,31 +62,31 @@ jobs:
pip install -r conans/requirements_dev.txt
pip install meson
- name: "Set choco cache"
run: choco config set cacheLocation C:\choco-cache

- uses: actions/cache@v4
with:
path: C:\choco-cache
key: choco-cache

- name: Install Chocolatey packages
run: |
choco install pkgconfiglite --version 0.28
choco install ninja --version 1.10.2
choco install mingw
choco install cygwin
choco install cyg-get
cyg-get automake gcc-g++ make binutils --verbose
- name: Install Pacman extra packages
run: |
C:\msys64\usr\bin\pacman -Syuu --noconfirm
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-toolchain --noconfirm
C:\msys64\usr\bin\pacman -S mingw-w64-i686-toolchain --noconfirm
C:\msys64\usr\bin\pacman -S base-devel gcc --noconfirm
C:\msys64\usr\bin\pacman -S autoconf-wrapper --noconfirm
C:\msys64\usr\bin\pacman -S automake --noconfirm
# - name: "Set choco cache"
# run: choco config set cacheLocation C:\choco-cache

# - uses: actions/cache@v4
# with:
# path: C:\choco-cache
# key: choco-cache

# - name: Install Chocolatey packages
# run: |
# choco install pkgconfiglite --version 0.28
# choco install ninja --version 1.10.2
# choco install mingw
# choco install cygwin
# choco install cyg-get
# cyg-get automake gcc-g++ make binutils --verbose

# - name: Install Pacman extra packages
# run: |
# C:\msys64\usr\bin\pacman -Syuu --noconfirm
# C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-toolchain --noconfirm
# C:\msys64\usr\bin\pacman -S mingw-w64-i686-toolchain --noconfirm
# C:\msys64\usr\bin\pacman -S base-devel gcc --noconfirm
# C:\msys64\usr\bin\pacman -S autoconf-wrapper --noconfirm
# C:\msys64\usr\bin\pacman -S automake --noconfirm

- name: Install VS 15 2017 Community edition
run: |
Expand Down Expand Up @@ -203,4 +203,4 @@ jobs:
$env:CONAN_TEST_FOLDER = $randomFolder
$env:Path = "C:\tools\cmake\3.15.7\cmake-3.15.7-win64-x64\bin;" + $env:Path
pytest -k "test_cache_save_restore_multiple_revisions or test_cmake_toolchain_winsdk_version or test_deactivate_vcvars_message or test_toolchain_win_vs2022 or test_locally_build_msvc or test_locally_build_msvc_toolset" -vvv
pytest -k "test_cache_save_restore_multiple_revisions" -vvv

0 comments on commit 2763eb7

Please sign in to comment.