Skip to content

Commit

Permalink
Add worflow to clone this repo spack.
Browse files Browse the repository at this point in the history
  • Loading branch information
grospelliergilles committed Mar 24, 2024
1 parent 0553cc7 commit c042b3e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 'Test spack recipes'

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

env:
SOURCE_DIR: '/__w/arcanespack/src'
BUILD_DIR: '/__w/arcanespack/build'
SOURCE_DIR_SPACK: '/__w/spack/src'

jobs:
tests:
name: 'Build and Test'
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Checkout spack
uses: actions/checkout@v4
with:
repository: spack/spack

0 comments on commit c042b3e

Please sign in to comment.