Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Migrate CI to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
urdh committed Jan 23, 2024
1 parent eff0455 commit 0cd0ef7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Continuous integration
on:
push:
branches: [master]
pull_request:
permissions:
contents: read
jobs:
continuous-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: teatimeguest/setup-texlive-action@v3
with:
version: 2017
packages: scheme-full
- run: sudo pip install pygments
- run: sudo pip install 'pygments-style-solarized @ git+https://github.com/shkumagai/[email protected]'
- run: make a4
- run: make c5
- uses: actions/upload-artifact@v4
with:
path: |
latexbok-a4.pdf
latexbok-c5.pdf
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

0 comments on commit 0cd0ef7

Please sign in to comment.