Skip to content

Commit

Permalink
Replace Travis CI by GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeyer committed Aug 4, 2024
1 parent 5163d40 commit 310f8bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Compilation and Tests

on: [push, pull_request]

jobs:
linux-build:
runs-on: ubuntu-latest
steps:
- name: Clone and checkout commit
uses: actions/checkout@v4
- name: Quickstart
run: util/quickstart.sh
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

0 comments on commit 310f8bb

Please sign in to comment.