Update spec-tests.yml

extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent 68e98144f4
commit 66cfff09af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,17 +11,9 @@ jobs:
fail-fast: false
matrix:
compiler: [gcc, clang]
build_type: ["-DCMAKE_BUILD_TYPE=Debug", ""]
#flags: ["", "-m32"] # TODO
include:
- compiler: gcc
flags: ""
build_type: -DCMAKE_BUILD_TYPE="Debug"
- compiler: gcc
flags: ""
build_type: ""
steps:
- uses: actions/checkout@v1
- name: Install multilib

Loading…
Cancel
Save