Skip to content

Commit

Permalink
DRAFT 601 - test GH Actions with some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Nov 11, 2023
1 parent 57be926 commit 999c4d2
Show file tree
Hide file tree
Showing 13 changed files with 89 additions and 1,057 deletions.
178 changes: 0 additions & 178 deletions .appveyor.yml

This file was deleted.

28 changes: 12 additions & 16 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,27 @@ jobs:
exclude:
- os: macos-latest
c_compiler: cl
- enable_threads: on
redirect_malloc: on
- os: macos-latest
c_compiler: gcc
- os: ubuntu-latest
c_compiler: cl
- os: windows-latest # TODO: support dependency on libatomic_ops
c_compiler: cl
enable_threads: on
- os: windows-latest # TODO: enable following
c_compiler: clang
- os: macos-latest
c_compiler: clang
enable_threads: on
redirect_malloc: on
- os: windows-latest
c_compiler: cl
enable_threads: off
redirect_malloc: on
- os: windows-latest
c_compiler: gcc
enable_threads: on
#- os: windows-latest
# c_compiler: clang
#- os: windows-latest
# c_compiler: gcc
# enable_threads: on
include:
- os: windows-latest
c_compiler: gcc
cmake_generator_opt: '-G "Unix Makefiles"'
#- os: windows-latest
# c_compiler: clang
# cmake_generator_opt: '-G "Unix Makefiles"'
- os: windows-latest
c_compiler: clang
cmake_generator_opt: '-G "Unix Makefiles"'

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -80,6 +74,8 @@ jobs:
-Denable_werror=ON
-Werror=dev
-S ${{ github.workspace }}
# -DCMAKE_CXX_COMPILER=${{ matrix.cxx_compiler }}
# -Denable_cplusplus=ON

- name: Build
# Build the code with the given configuration.
Expand Down
Loading

0 comments on commit 999c4d2

Please sign in to comment.