Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
h0nzZik committed Jan 22, 2024
1 parent 99b5f9b commit 06610cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-and-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ jobs:

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9

- name: 'Build with Coq 8.18'
run: nix build -L '.#minuska-coq_8_18'


- name: Build
run: nix develop '.#minuska' --command ./build-and-profile.sh
#- name: Build
# run: nix develop '.#minuska' --command ./build-and-profile.sh

- name: CoqDoc
run: nix develop '.#minuska' --command make -C minuska/ html
Expand Down

0 comments on commit 06610cb

Please sign in to comment.