Skip to content

Commit

Permalink
Add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Apr 4, 2021
1 parent db08270 commit 9a5324a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: cint pipeline

on:
- push

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-18.04]
steps:
- uses: actions/checkout@v2
- name: Compile
run: |
env
cmake -DWITH_RANGE_COULOMB=1 -Bbuild .
cmake --build build

0 comments on commit 9a5324a

Please sign in to comment.