Compare commits
5 Commits
main
...
a00e33176b
Author | SHA1 | Date | |
---|---|---|---|
a00e33176b
|
|||
72e2ca0e8e
|
|||
124b7550ab
|
|||
cbcfc68afa
|
|||
a44adf4baf
|
@@ -1,33 +0,0 @@
|
||||
name: "BuildTest"
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: "Build and test"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "Install build deps"
|
||||
run: |
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
sudo apt-get update
|
||||
sudo apt-get -y --no-install-recommends install build-essential \
|
||||
texlive-latex-base texlive-latex-recommended
|
||||
|
||||
- name: "Checkout repo"
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: "Bootstrap nuweb"
|
||||
run: make nuweb
|
||||
|
||||
- name: "Make nuweb.tex"
|
||||
run: make nuweb.tex nuwebdoc.tex
|
||||
|
||||
- name: "Build again"
|
||||
run: make nuweb
|
||||
|
||||
- name: "Run tests"
|
||||
run: make check
|
Reference in New Issue
Block a user