Skip to content

馃攢 Merge pull request #7 from DVLab-NTU/overhaul_commands #15

馃攢 Merge pull request #7 from DVLab-NTU/overhaul_commands

馃攢 Merge pull request #7 from DVLab-NTU/overhaul_commands #15

Workflow file for this run

name: gcc test
on:
push:
branches: [main, devt]
pull_request:
types: [opened, synchronize, reopened]
branches: [main, devt]
jobs:
build-and-test:
runs-on: ubuntu-22.04
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Build the test docker image
run: docker build -t qsyn-test-gcc -f docker/gcc-test.Dockerfile .
- name: Run the test docker image
run: docker run --rm --security-opt seccomp=unconfined -v "$(pwd)":/app/qsyn qsyn-test-gcc