mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 05:00:21 +11:00
build and install dagger from source
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
7d447c263c
commit
a4e1b392be
13 changed files with 152 additions and 12 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
|
@ -82,3 +82,23 @@ jobs:
|
|||
name: Check
|
||||
run: |
|
||||
dagger version
|
||||
|
||||
build-ref:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ref:
|
||||
- refs/tags/v0.2.5
|
||||
- refs/pull/2288/head
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Dagger
|
||||
uses: ./
|
||||
with:
|
||||
version: https://github.com/dagger/dagger.git#${{ matrix.ref }}
|
||||
cmds: do test
|
||||
workdir: ./test/ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue