mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-26 06:15:08 +01:00
Changed names of GH action scripts
Changed VFC checkout action version from 2 to 3
This commit is contained in:
parent
f1f6f20f5c
commit
26d2e37c32
4
.github/workflows/compile.yml
vendored
4
.github/workflows/compile.yml
vendored
@ -1,6 +1,6 @@
|
||||
# This is a basic workflow to test compilation
|
||||
|
||||
name: CI
|
||||
name: "Sherman-Morrison Build CI"
|
||||
|
||||
# Controls when the action will run.
|
||||
on:
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Test compilation
|
||||
- name: Build and test
|
||||
run: |
|
||||
sudo apt install libhdf5-dev flang-7 clang-7 emacs autoconf
|
||||
source smvars.sh llvm
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: Compiles
|
||||
name: "Random Generator Build CI"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
4
.github/workflows/vfc_test_workflow.yml
vendored
4
.github/workflows/vfc_test_workflow.yml
vendored
@ -1,7 +1,7 @@
|
||||
# This workflow will be executed when dev is updated:
|
||||
# it will run the configured tests and upload the results on vfc_ci_dev.
|
||||
|
||||
name: "Verificarlo CI (dev)"
|
||||
name: "Verificarlo CI"
|
||||
|
||||
on:
|
||||
# Triggers the workflow when dev is updated
|
||||
@ -17,7 +17,7 @@ jobs:
|
||||
container: verificarlo/verificarlo
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user