Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
ci: enable linux and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
crackedmind committed Mar 2, 2021
1 parent 1ee9b42 commit 5fc5c9b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
cc: "cl", cxx: "cl",
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
}
# - {
# name: "Ubuntu Latest GCC", artifact: "Linux-x64",
# os: ubuntu-latest,
# cc: "gcc", cxx: "g++"
# }
# - {
# name: "macOS Latest Clang", artifact: "macOS-x64",
# os: macos-latest,
# cc: "clang", cxx: "clang++"
# }
- {
name: "Ubuntu Latest GCC", artifact: "Linux-x64",
os: ubuntu-latest,
cc: "gcc", cxx: "g++"
}
- {
name: "macOS Latest Clang", artifact: "macOS-x64",
os: macos-latest,
cc: "clang", cxx: "clang++"
}

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 5fc5c9b

Please sign in to comment.