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
plugins: "default"
config: "empty"
# TODO: uncomment once we have a linux build we can download from bay12
# - os: ubuntu
# compiler: gcc-10
# plugins: "default"
# config: "default"
# - os: ubuntu
# compiler: gcc-12
# plugins: "all"
# config: "default"
- os: ubuntu
compiler: gcc-10
plugins: "default"
config: "default"
- os: ubuntu
compiler: gcc-12
plugins: "all"
config: "default"
steps:
- name: Set env
shell: bash