Test on docker optimization pull request

This commit is contained in:
Ganesh Gore 2021-01-23 19:27:36 -07:00
parent 022eb673d4
commit 5b93909082
1 changed files with 24 additions and 24 deletions

View File

@ -6,7 +6,7 @@ on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0 ' # weekly
- cron: "0 0 * * 0 " # weekly
# Environment variables
env:
@ -17,7 +17,7 @@ env:
# Multiple job to tests
jobs:
change_detect:
if: false
if: true
name: "Detect code changes"
runs-on: ubuntu-18.04
outputs:
@ -49,27 +49,27 @@ jobs:
fail-fast: false
matrix:
config:
- name: "Build Compatibility: GCC-5 (Ubuntu 18.04)"
cc: gcc-5
cxx: g++-5
- name: "Build Compatibility: GCC-6 (Ubuntu 18.04)"
cc: gcc-6
cxx: g++-6
- name: "Build Compatibility: GCC-7 (Ubuntu 18.04)"
cc: gcc-7
cxx: g++-7
- name: "Build Compatibility: GCC-8 (Ubuntu 18.04)"
cc: gcc-8
cxx: g++-8
- name: "Build Compatibility: GCC-9 (Ubuntu 18.04)"
cc: gcc-9
cxx: g++-9
- name: "Build Compatibility: Clang-6 (Ubuntu 18.04)"
cc: clang-6.0
cxx: clang++-6.0
- name: "Build Compatibility: Clang-8 (Ubuntu 18.04)"
cc: clang-8
cxx: clang++-8
- name: "Build Compatibility: GCC-5 (Ubuntu 18.04)"
cc: gcc-5
cxx: g++-5
- name: "Build Compatibility: GCC-6 (Ubuntu 18.04)"
cc: gcc-6
cxx: g++-6
- name: "Build Compatibility: GCC-7 (Ubuntu 18.04)"
cc: gcc-7
cxx: g++-7
- name: "Build Compatibility: GCC-8 (Ubuntu 18.04)"
cc: gcc-8
cxx: g++-8
- name: "Build Compatibility: GCC-9 (Ubuntu 18.04)"
cc: gcc-9
cxx: g++-9
- name: "Build Compatibility: Clang-6 (Ubuntu 18.04)"
cc: clang-6.0
cxx: clang++-6.0
- name: "Build Compatibility: Clang-8 (Ubuntu 18.04)"
cc: clang-8
cxx: clang++-8
# Define the steps to run the build job
env:
CC: ${{ matrix.config.cc }}
@ -83,7 +83,7 @@ jobs:
- name: Checkout OpenFPGA repo
uses: actions/checkout@v2
with:
submodules: true
submodules: true
- name: Dump tool versions
run: |