Skip to content

add project to buildpkg #12

add project to buildpkg

add project to buildpkg #12

Workflow file for this run

name: CI
on:
- push
jobs:
ContinuousIntegration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: 1.6.7
arch: x64
- name: instantiate environment
run: |
julia --project=fht -e '
using Pkg
Pkg.add(url="https://github.com/michael-petersen/FiniteHilbertTransform.jl.git")
Pkg.activate()'
julia --project=fht test/runtests.jl
- uses: julia-actions/julia-buildpkg@v1
with:
project: fht
- uses: julia-actions/julia-runtest@v1
with:
project: fht
- uses: julia-actions/julia-processcoverage@v1
with:
project: fht
- uses: codecov/codecov-action@v1
with:
file: lcov.info