diff options
| author | drowe67 <[email protected]> | 2023-12-11 09:15:47 +1030 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-12-11 09:15:47 +1030 |
| commit | ea0379f375fee5f9574a51a797025aa5e9390db8 (patch) | |
| tree | 37548e848988f17f51e1af78afb5a13eddef348c /.github | |
| parent | 7e88771a42998b2dc4e65f631e07fbb0679548c2 (diff) | |
ctest, README.md, first pass at github action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 61c9c5c..b5425d0 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -22,6 +22,7 @@ jobs: run: | sudo apt-get update sudo apt-get install octave octave-common octave-signal liboctave-dev gnuplot sox p7zip-full python3-numpy valgrind clang-format + sudo apt-get install texmaker texlive-bibtex-extra texlive-science - name: Create Build Directory shell: bash |
