Skip to content

Commit

Permalink
Update CI after end-to-end correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
hrutvik committed Mar 14, 2023
1 parent 5e83966 commit ffe2dd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
build:
runs-on: self-hosted
container: ubuntu:20.04
timeout-minutes: 480

env:
HOLDIR: ${{ github.workspace }}/HOL
Expand Down Expand Up @@ -146,6 +147,11 @@ jobs:
run: |
cd pure/compiler
Holmake
- name: Build CakeML compiler/backend/proofs
run: |
cd $CAKEMLDIR/compiler/backend/proofs
Holmake
- name: Build compiler/proofs
run: |
cd pure/compiler/proofs
Expand Down

0 comments on commit ffe2dd6

Please sign in to comment.