enable testing on Linux

develop
Myk Taylor 2023-09-24 16:00:19 -07:00
parent fd31d9eb03
commit b9a6d39b60
No known key found for this signature in database
1 changed files with 8 additions and 9 deletions

@ -67,15 +67,14 @@ jobs:
compiler: msvc compiler: msvc
plugins: "default" plugins: "default"
config: "empty" config: "empty"
# TODO: uncomment once we have a linux build we can download from bay12 - os: ubuntu
# - os: ubuntu compiler: gcc-10
# compiler: gcc-10 plugins: "default"
# plugins: "default" config: "default"
# config: "default" - os: ubuntu
# - os: ubuntu compiler: gcc-12
# compiler: gcc-12 plugins: "all"
# plugins: "all" config: "default"
# config: "default"
steps: steps:
- name: Set env - name: Set env
shell: bash shell: bash