Skip to content

Build Slice compilers with -std=c++17 (#1600) #12

Build Slice compilers with -std=c++17 (#1600)

Build Slice compilers with -std=c++17 (#1600) #12

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches: ["3.7", "main"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["3.7", "main"]
schedule:
- cron: "34 18 * * 3"
jobs:
build-and-test:
runs-on: [self-hosted, linux]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build
run: make -j8 V=1
- name: Test
run: ./allTests.py --workers=4