Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplxss committed Aug 2, 2023
1 parent cb3b4e9 commit 0a5cd73
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,41 @@ jobs:
triplet: x64-linux
- os: macos-latest
triplet: x64-osx
env:
- name: linux
os: ubuntu-22.04
ninja_platform: linux
cmake_env: {}

# - name: macos
# os: macos-12
# ninja_platform: mac
# cmake_env:
# CC: clang
# CXX: clang++
# pack: 1
#
# - name: win64
# os: windows-latest
# ninja_platform: win
# msvc_arch: x64
# cmake_env:
# CMAKE_RC_FLAGS: "/C 1252"
# CC: clang
# CXX: clang++
# pack: 1
#
# - name: win32
# os: windows-latest
# ninja_platform: win
# msvc_arch: x86
# cmake_env:
# CMAKE_RC_FLAGS: "/C 1252"
# CC: clang
# CXX: clang++
# CMAKE_C_FLAGS: -m32
# CMAKE_CXX_FLAGS: -m32
# pack: 1

steps:
- name: Checkout repository
Expand Down

0 comments on commit 0a5cd73

Please sign in to comment.