Skip to content

Commit

Permalink
DRAFT 744 - test shared build with msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed May 2, 2024
1 parent 67090a1 commit f7ecb84
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 1,371 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.

17 changes: 9 additions & 8 deletions .github/workflows/zig-build.yml
Expand Up @@ -14,17 +14,17 @@ jobs:

matrix:
zig_version: [ "0.12.0" ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
ttriple: [ native, native-native-msvc ]
enable_cplusplus: [ true ]
os: [ windows-latest ] # macos-latest, ubuntu-latest,
ttriple: [ native-native-msvc ] # native,
enable_cplusplus: [ false, true ] # ??
gc_assertions: [ true ]
large_config: [ false ]
enable_threads: [ false, true ]
enable_threads: [ false ] # , true
disable_handle_fork: [ false ]
enable_rwlock: [ false, true ]
redirect_malloc: [ false, true ]
enable_gc_debug: [ false, true ]
enable_munmap: [ false, true ]
redirect_malloc: [ false ] # , true
enable_gc_debug: [ false ] #, true
enable_munmap: [ true ] # false,
parallel_mark: [ false, true ]
thread_local_alloc: [ false, true ]
shared_libs: [ false, true ]
Expand Down Expand Up @@ -104,5 +104,6 @@ jobs:
-Denable_rwlock=${{ matrix.enable_rwlock }}
-Denable_thread_local_alloc=${{ matrix.thread_local_alloc }}
-Denable_threads=${{ matrix.enable_threads }}
-Denable_werror
-Denable_werror=false --verbose
"-DCFLAGS_EXTRA=-DNO_WINMAIN_ENTRY -DCONSOLE_LOG -DNO_MSGBOX_ON_ERROR"
test

0 comments on commit f7ecb84

Please sign in to comment.