Skip to content

Commit

Permalink
migrate to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Dec 21, 2019
1 parent 3875645 commit 60c591f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 48 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: build

on:
push:
schedule:
- cron: '0 0 * * *'

jobs:
build:

runs-on: ubuntu-latest
container: danteev/texlive

steps:
- uses: actions/checkout@v1
- name: Test thesis
run: make thesis
- name: Test spine
run: |
sed -i 's/\[RawFeature={vertical:}\]{FangSong}/\[Extension=.otf,RawFeature={vertical:}\]{FandolFang-Regular}/' spine.tex
make spine
- name: Test doc
run: make doc
- name: Test formats
run: make test
46 changes: 0 additions & 46 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions testfiles/02-copyright.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -960,5 +960,5 @@ Package rerunfilecheck Warning: File `02-copyright.out' has changed.
(rerunfilecheck) Rerun to get outlines right
(rerunfilecheck) or use package `bookmark'.
Package rerunfilecheck Info: Checksums for `02-copyright.out':
(rerunfilecheck) Before:
(rerunfilecheck) After: D41D8CD98F00B204E9800998ECF8427E.
(rerunfilecheck) Before: <no file>
(rerunfilecheck) After: D41D8CD98F00B204E9800998ECF8427E;0.

0 comments on commit 60c591f

Please sign in to comment.