support of examples/linpack
(only recompilation of aarch64)
#9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
# ENTRYPOINT: `container-entry-point.sh` build and ctest | |
jobs: | |
build-and-test: | |
runs-on: ubuntu-22.04 | |
name: Build-and-Run | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: build container image | |
run: | | |
docker build . -t elfconv-image | |
docker run --name elfconv-container elfconv-image |