Skip to content

Commit

Permalink
Fedora-MinGW build to Github Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
piponazo committed May 11, 2021
1 parent 513ae8d commit ae7d6f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 99 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/on_PR_linux_special_buils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,21 @@ jobs:
./unit_tests
cd ../../tests/
python runner.py -v
special_FedoraMinGW:
name: 'Fedora MinGW'
runs-on: ubuntu-latest
container:
image: "fedora:latest"

steps:
- uses: actions/checkout@v2

- name: install dependencies
run: |
dnf -y upgrade
dnf -y install mingw64-gcc-c++ mingw64-filesystem mingw64-expat mingw64-zlib cmake make
- name: Build
run:
python3 ci/test_build.py --without-tests --cmake-executable "mingw64-cmake" --cmake-options "-DEXIV2_TEAM_EXTRA_WARNINGS=OFF -DEXIV2_TEAM_WARNINGS_AS_ERRORS=OFF -DEXIV2_ENABLE_WEBREADY=ON -DEXIV2_ENABLE_WIN_UNICODE=ON " --compilers --shared-libs OFF
99 changes: 0 additions & 99 deletions .gitlab-ci.yml

This file was deleted.

0 comments on commit ae7d6f8

Please sign in to comment.