Skip to content

Commit

Permalink
DRAFT 730 - test cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Apr 28, 2024
1 parent 13d9306 commit 5e2b9a1
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 1,327 deletions.
169 changes: 0 additions & 169 deletions .appveyor.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/CodeQL.yml

This file was deleted.

114 changes: 0 additions & 114 deletions .github/workflows/cmake-build.yml

This file was deleted.

16 changes: 10 additions & 6 deletions .github/workflows/zig-build.yml
Expand Up @@ -14,20 +14,23 @@ jobs:

matrix:
zig_version: [ "0.12.0" ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
ttriple: [ native, native-native-msvc ]
os: [ windows-latest ] # macos-latest, ubuntu-latest,
ttriple: [ native-native-msvc ] #native,
enable_cplusplus: [ true ]
gc_assertions: [ true ]
large_config: [ false ]
enable_threads: [ false, true ]
enable_threads: [ true ] # false,
disable_handle_fork: [ false ]
enable_rwlock: [ false, true ]
redirect_malloc: [ false, true ]
enable_gc_debug: [ false, true ]
redirect_malloc: [ false ] #, true
enable_gc_debug: [ false ] # , true
enable_munmap: [ false, true ]
parallel_mark: [ false, true ]
thread_local_alloc: [ false, true ]
shared_libs: [ false, true ]
exclude:
- ttriple: native # ?? remove
shared_libs: true
- os: macos-latest
ttriple: native-native-msvc
- os: ubuntu-latest
Expand Down Expand Up @@ -93,6 +96,7 @@ jobs:
zig build -Dtarget=${{ matrix.ttriple }}
-DBUILD_SHARED_LIBS=${{ matrix.shared_libs }}
-Ddisable_handle_fork=${{ matrix.disable_handle_fork }}
-Denable_cplusplus=${{ matrix.enable_cplusplus }}
-Denable_gc_assertions=${{ matrix.gc_assertions }}
-Denable_gc_debug=${{ matrix.enable_gc_debug }}
-Denable_large_config=${{ matrix.large_config }}
Expand All @@ -102,5 +106,5 @@ jobs:
-Denable_rwlock=${{ matrix.enable_rwlock }}
-Denable_thread_local_alloc=${{ matrix.thread_local_alloc }}
-Denable_threads=${{ matrix.enable_threads }}
-Denable_werror
-Denable_werror=false # true??
test

0 comments on commit 5e2b9a1

Please sign in to comment.