Skip to content

Commit

Permalink
one last chance
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Jun 20, 2024
1 parent d2c8523 commit b42ba25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/re2c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-2019
- windows-latest
#- ubuntu-latest
#- macos-latest

steps:
- name: Checkout repo
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Install prerequisites
shell: pwsh
run: |
conda config --set anaconda_upload yes
conda config --set anaconda_upload no
conda install conda-build anaconda-client
- name: Install macos SDK
Expand Down
4 changes: 0 additions & 4 deletions re2c/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ echo on

mkdir re2c_build

echo "**** configure ****"

cmake -G "Ninja" -S . -B re2c_build ^
-DCMAKE_CXX_COMPILER="%CXX%" ^
-DCMAKE_C_COMPILER="%CC%" ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%"

echo "**** build ****"

cmake --build re2c_build
cmake --build re2c_build --target install

0 comments on commit b42ba25

Please sign in to comment.