Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 26, 2023
1 parent a5a8c38 commit ac48e9a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/libhkl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build libhkl library

on: push

defaults:
run:
shell: bash -l {0}

jobs:

build:
name: build job
runs-on: ubuntu-latest

steps:
-name: Diagnostics
run: |
apt-cache show gobject-introspection
apt-cache show libgsl-dev
cat /etc/os-release

0 comments on commit ac48e9a

Please sign in to comment.