Skip to content

Commit

Permalink
Checking if other Cygwin works.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 30, 2023
1 parent b792440 commit 610c1c6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-windows-other-cygwin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: build-windows
on: [push, workflow_dispatch]
defaults:
run:
shell: bash
env:
SHELLOPTS: igncr

jobs:
c:
name: windows-2022 / C
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: egor-tensin/setup-cygwin@v4
with:
packages: cmake gcc-core make
- run: ./run.sh
- run: cd tests && make && ./tests
- run: cd benchmarks && make && ./benchmarks
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ install()
mkdir -p build
cd build
cmake ..
pwd && find ../lib
cmake --build . --parallel
find $(realpath ..)
cmake --build . --parallel --verbose
sudo cmake --install . --config Release
}

Expand Down

0 comments on commit 610c1c6

Please sign in to comment.