Skip to content

Commit

Permalink
DRAFT 612 - test GH Actions with some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Nov 14, 2023
1 parent 07b910e commit 00ce117
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 1,001 deletions.
178 changes: 0 additions & 178 deletions .appveyor.yml

This file was deleted.

15 changes: 6 additions & 9 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:

matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
c_compiler: [ cl, clang, gcc ]
c_compiler: [ cl, clang ] #, gcc ]
cxx_compiler: [ cl, clang++, g++ ]
enable_cplusplus: [ off, on ]
enable_cplusplus: [ off ] #, on ]
build_type: [ Release ]
disable_gc_debug: [ off ]
gc_assertions: [ on ]
large_config: [ on ]
enable_threads: [ off, on ]
enable_rwlock: [ off, on ]
enable_rwlock: [ off ] #, on ]
redirect_malloc: [ off, on ]
shared_libs: [ off, on ]
exclude:
Expand Down Expand Up @@ -62,12 +62,9 @@ jobs:
- os: windows-latest # TODO: support dependency on libatomic_ops
c_compiler: cl
enable_threads: on
- os: macos-latest # FIXME: enable this after fixing assert fail
enable_threads: on
redirect_malloc: on
- os: macos-latest # FIXME: KERN_PROTECTION_FAILURE while world stopped
enable_threads: on
redirect_malloc: off
#- os: macos-latest # FIXME: KERN_PROTECTION_FAILURE while world stopped
# enable_threads: on
# redirect_malloc: off
include:
- os: windows-latest
c_compiler: gcc
Expand Down
Loading

0 comments on commit 00ce117

Please sign in to comment.