mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-26 14:23:47 +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
|
# This is a basic workflow to test compilation
|
||||||
|
|
||||||
name: CI
|
name: "Sherman-Morrison Build CI"
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
@ -28,7 +28,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Test compilation
|
- name: Build and test
|
||||||
run: |
|
run: |
|
||||||
sudo apt install libhdf5-dev flang-7 clang-7 emacs autoconf
|
sudo apt install libhdf5-dev flang-7 clang-7 emacs autoconf
|
||||||
source smvars.sh llvm
|
source smvars.sh llvm
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: Compiles
|
name: "Random Generator Build CI"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
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:
|
# This workflow will be executed when dev is updated:
|
||||||
# it will run the configured tests and upload the results on vfc_ci_dev.
|
# it will run the configured tests and upload the results on vfc_ci_dev.
|
||||||
|
|
||||||
name: "Verificarlo CI (dev)"
|
name: "Verificarlo CI"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow when dev is updated
|
# Triggers the workflow when dev is updated
|
||||||
@ -17,7 +17,7 @@ jobs:
|
|||||||
container: verificarlo/verificarlo
|
container: verificarlo/verificarlo
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user