Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to GitHub actions for CI #26

Merged
merged 19 commits into from
Aug 6, 2020
Prev Previous commit
Next Next commit
Test
  • Loading branch information
jakobbotsch committed Aug 6, 2020
commit 966556a1bb1b556088b587312a1c1d3047eaa22e
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
- run: env
- run: whoami
- run: pwd
- run: ls
- run: |
whoami
ls -a ~
ls -a /home/coq
- run: ls -a ~
- run: ls -a ~/.opam
- run: opam switch
Expand Down