Skip to content

Commit

Permalink
Streamline Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored and TurboGit committed Nov 5, 2021
1 parent 010968b commit b97af8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,17 +371,9 @@ jobs:
with:
msystem: MINGW64
install: >-
pacman-mirrors
bash
curl
git
base-devel
intltool
mingw-w64-x86_64-gdb
git
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-gcc
mingw-w64-x86_64-clang
mingw-w64-x86_64-openmp
mingw-w64-x86_64-cmake
mingw-w64-x86_64-cmocka
mingw-w64-x86_64-ninja
Expand All @@ -405,7 +397,6 @@ jobs:
mingw-w64-x86_64-graphicsmagick
mingw-w64-x86_64-openjpeg2
mingw-w64-x86_64-gtk3
mingw-w64-x86_64-pugixml
mingw-w64-x86_64-libexif
mingw-w64-x86_64-osm-gps-map
mingw-w64-x86_64-libgphoto2
Expand All @@ -417,11 +408,8 @@ jobs:
mingw-w64-x86_64-python3-six
mingw-w64-x86_64-python3-setuptools
mingw-w64-x86_64-gmic
mingw-w64-x86_64-nsis
update: true
- name: Pacman workaround
run: |
pacman --noconfirm -S --needed \
mingw-w64-x86_64-nsis;
- uses: actions/checkout@v2
with:
submodules: true
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,10 @@ jobs:
with:
msystem: MINGW64
install: >-
pacman-mirrors
bash
curl
git
base-devel
intltool
git
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-gcc
mingw-w64-x86_64-clang
mingw-w64-x86_64-openmp
mingw-w64-x86_64-cmake
mingw-w64-x86_64-cmocka
mingw-w64-x86_64-ninja
mingw-w64-x86_64-libxml2
mingw-w64-x86_64-pugixml
Expand All @@ -69,7 +61,6 @@ jobs:
mingw-w64-x86_64-graphicsmagick
mingw-w64-x86_64-openjpeg2
mingw-w64-x86_64-gtk3
mingw-w64-x86_64-pugixml
mingw-w64-x86_64-libexif
mingw-w64-x86_64-osm-gps-map
mingw-w64-x86_64-libgphoto2
Expand Down

0 comments on commit b97af8b

Please sign in to comment.