Skip to content

Commit

Permalink
Dev the package from workflow files
Browse files Browse the repository at this point in the history
Co-authored-by: Kristoffer Carlsson <kcarlsson89@gmail.com>
Co-authored-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
  • Loading branch information
3 people committed Jun 24, 2020
1 parent b938bc6 commit 3e25fa3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags: [v*]
pull_request:

defaults:
run:
shell: bash

jobs:
Documenter:
name: Documentation
Expand All @@ -14,6 +18,9 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: nightly
- run: julia --project -e 'using Pkg; Pkg.develop([PackageSpec(path="SnoopCompileCore"),
PackageSpec(path="SnoopCompileAnalysis"),
PackageSpec(path="SnoopCompileBot")])'
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@releases/v1
env:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI
on:
- push
- pull_request
defaults:
run:
shell: bash
jobs:
test:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
Expand All @@ -27,6 +30,9 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- run: julia --project -e 'using Pkg; Pkg.develop([PackageSpec(path="SnoopCompileCore"),
PackageSpec(path="SnoopCompileAnalysis"),
PackageSpec(path="SnoopCompileBot")])'
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest

Expand Down

0 comments on commit 3e25fa3

Please sign in to comment.