Skip to content

Commit

Permalink
setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoNabla committed Dec 13, 2023
1 parent aeeecc1 commit e42b8af
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Build tests
on: [push, pull_request, workflow_dispatch]

env:
SCOREP_TIMER: clock_gettime # tsc causes warnings
RDMAV_FORK_SAFE:
IBV_FORK_SAFE:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Add NVML
run: sudo apt-get -y install libnvidia-ml-dev

- name: Add Score-P repo
run: sudo add-apt-repository ppa:andreasgocht/scorep

- name: Install Score-P
run: sudo apt-get -y install scorep

- name: Setup environment
run: echo "$HOME/scorep/bin" >> $GITHUB_PATH

- name: Build plugin
uses: threeal/[email protected]
with:
run-build: true
run-test: false
File renamed without changes.

0 comments on commit e42b8af

Please sign in to comment.