[auto] Set up Verificarlo CI on this branch

This commit is contained in:
vfcci 2021-09-02 10:43:13 +02:00
parent 5ca2ac4d5c
commit 5796e8e970

View File

@ -21,24 +21,23 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install HDF5 requirements
run: |
apt update
apt install -y wget libhdf5-dev g++
- name: Run tests - name: Run tests
run: vfc_ci test -g -r run: vfc_ci test -g -r
- name: Commit test results - name: Commit test results
run: | run: |
git_hash=$(git rev-parse --short "$GITHUB_SHA") git_hash=$(git rev-parse --short "$GITHUB_SHA")
git config --local user.email "action@github.com" git config --local user.email "action@github.com"
git config --local user.name "GitHub Action" git config --local user.name "GitHub Action"
git checkout vfc_ci_dev git checkout vfc_ci_dev
mkdir -p vfcruns mkdir -p vfcruns
mv *.vfcrun.h5 vfcruns mv *.vfcrun.h5 vfcruns
git add vfcruns/* git add vfcruns/*
git commit -m "[auto] New test results for commit ${git_hash}" git commit -m "[auto] New test results for commit ${git_hash}"
git push git push
- name: Upload raw results as artifacts - name: Upload raw results as artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: