Skip to content

Commit

Permalink
Merge pull request #30 from arcaneframework/dev/gg-add-arcane-compila…
Browse files Browse the repository at this point in the history
…tion-in-workflow

Add github workflow to test build for Arcane
  • Loading branch information
grospelliergilles authored Mar 25, 2024
2 parents 32cc407 + d84573b commit 2e0c075
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:
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
runs-on: ubuntu-22.04

steps:
- name: Checkout repo
Expand All @@ -32,3 +30,12 @@ jobs:
shell: 'bash'
run: |
ls -lart '${{ github.workspace }}'
- name: Check And build package Arcane
shell: 'bash'
run: |
. spack/share/spack/setup-env.sh
spack repo add .
spack info arcane
spack spec arcane
spack install arcane build_type=Debug

0 comments on commit 2e0c075

Please sign in to comment.