Skip to content

Commit

Permalink
Revert incomplete experiments with cygwin builds
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
claremacrae and isidore committed Mar 25, 2021
1 parent e16f8f2 commit d0f8d74
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

Linux:
needs: clang-format
if: false # Disable this platform temporarily
# if: false # Disable this platform temporarily
runs-on: ubuntu-${{ matrix.os-version }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

macOS:
needs: clang-format
if: false # Disable this platform temporarily
# if: false # Disable this platform temporarily
runs-on: macos-${{ matrix.os-version }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:

Windows:
needs: clang-format
if: false # Disable this platform temporarily
# if: false # Disable this platform temporarily
runs-on: windows-${{ matrix.os-version }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -267,22 +267,3 @@ jobs:
run: |
cd ${{ env.BUILD_PATH }}
ctest --verbose --output-on-failure -C Debug
Cygwin:
runs-on: windows-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Install Cygwin
run: |
choco config get cacheLocation
choco install --no-progress cygwin
- name: Install Cygwin additional packages
shell: cmd
run: |
C:\tools\cygwin\cygwinsetup.exe -qgnNdO -R C:/tools/cygwin -l C:/tools/cygwin/packages -s http://mirrors.kernel.org/sourceware/cygwin/ -P autoconf,automake,libtool,gcc,gcc-g++,binutils,libssl-devel,make,zlib-devel,pkg-config,cmake,xxd
- name: Build and test
shell: cmd
run: |
C:\tools\cygwin\bin\bash -lc 'export PATH=/usr/local/bin:/usr/bin:/bin; pwd; mkdir build; cd build; cmake -G 'Unix Makefiles' ..

0 comments on commit d0f8d74

Please sign in to comment.