Skip to content

Fix compilation error and warnings (#9) #35

Fix compilation error and warnings (#9)

Fix compilation error and warnings (#9) #35

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install the required packages
run: sudo apt-get install texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-pictures texlive-science
- name: Build the Thesis
run: make
- uses: actions/upload-artifact@master
with:
name: Compiled Thesis
path: ./thesis.pdf