-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add github workflow, remove makefiles, disable failing test
- Loading branch information
1 parent
51c7eb0
commit dca2475
Showing
12 changed files
with
45 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Build | ||
on: | ||
push: | ||
branches: | ||
- '**' | ||
pull_request: | ||
branches: | ||
- '**' | ||
|
||
env: | ||
SCHEME: scheme | ||
jobs: | ||
ubuntu-chez: | ||
runs-on: ubuntu-latest | ||
env: | ||
PACK_DIR: /root/.pack | ||
strategy: | ||
fail-fast: false | ||
container: ghcr.io/stefan-hoeck/idris2-pack:latest | ||
steps: | ||
- name: Checkout idris2-http | ||
uses: actions/checkout@v2 | ||
|
||
- name: Build package | ||
run: pack --no-prompt install http | ||
|
||
- name: Test package | ||
run: pack --no-prompt run http-test |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters