Build Release only

release/4.3a0
Frank Dellaert 2023-02-23 06:49:36 -08:00
parent 6caea27638
commit 38f0158890
1 changed files with 11 additions and 11 deletions

View File

@ -20,24 +20,24 @@ jobs:
# Github Actions requires a single row to be added to the build matrix. # Github Actions requires a single row to be added to the build matrix.
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions. # See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
name: [ name: [
# ubuntu-20.04-gcc-9, ubuntu-20.04-gcc-9,
# ubuntu-20.04-clang-9, ubuntu-20.04-clang-9,
ubuntu-22.04-gcc-11, ubuntu-22.04-gcc-11,
ubuntu-22.04-clang-14, ubuntu-22.04-clang-14,
] ]
build_type: [Debug, Release] build_type: [Release]
build_unstable: [ON] build_unstable: [ON]
include: include:
# - name: ubuntu-20.04-gcc-9 - name: ubuntu-20.04-gcc-9
# os: ubuntu-20.04 os: ubuntu-20.04
# compiler: gcc compiler: gcc
# version: "9" version: "9"
# - name: ubuntu-20.04-clang-9 - name: ubuntu-20.04-clang-9
# os: ubuntu-20.04 os: ubuntu-20.04
# compiler: clang compiler: clang
# version: "9" version: "9"
- name: ubuntu-22.04-gcc-11 - name: ubuntu-22.04-gcc-11
os: ubuntu-22.04 os: ubuntu-22.04