Skip to content

Commit

Permalink
Merge pull request #103 from avindra/master
Browse files Browse the repository at this point in the history
Migrate Travis ➡️ GitHub actions
  • Loading branch information
rakitzis authored Jul 22, 2024
2 parents d6b2dc9 + 427d69b commit 43a03c2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ci

on: [push, pull_request]

jobs:
test_matrix:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: make
- run: make check
# run: run-test-bestline (disabled, needs work)
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion TRAVIS

This file was deleted.

0 comments on commit 43a03c2

Please sign in to comment.