Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
h33p committed Apr 12, 2024
0 parents commit 7db9ee6
Show file tree
Hide file tree
Showing 19 changed files with 5,751 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build pierport and test it

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
docker-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Cache pierpot_vere_cache
uses: actions/cache@v3
with:
key: vere-cache
path: pierport_vere_cache
- run: docker build . -t pierport
- run: sh scripts/test.sh
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
/pierport_vere_cache
Loading

0 comments on commit 7db9ee6

Please sign in to comment.