diff --git a/.github/workflows/native_backend_tests.yml b/.github/workflows/native_backend_tests.yml new file mode 100644 index 0000000000..d9f2cb65fd --- /dev/null +++ b/.github/workflows/native_backend_tests.yml @@ -0,0 +1,26 @@ +name: native backend CI + +on: + push: + paths-ignore: + - "**.md" + pull_request: + paths-ignore: + - "**.md" + +concurrency: + group: build-ci-${{ github.event.pull_request.number || github.sha }} + cancel-in-progress: true + +jobs: + native-backend: + strategy: + matrix: + os: [ubuntu-18.04, ubuntu-20.04, macos-12, windows-2016, windows-2019, windows-2022] + runs-on: ${{ matrix.os }} + steps: + - uses: actions/checkout@v2 + - name: Build V + run: make + - name: Test the native backend + run: ./v test vlib/v/gen/native/