Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing actions #1

Merged
merged 6 commits into from
Feb 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: build-linux
on:
push:
branches:
- master
pull_request:

jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt install -y apt-utils build-essential wget
- run: sudo apt install -y qt5-qmake qt5-qmake-bin qt5-assistant qtbase5-dev qtmultimedia5-dev
- run: sudo apt install -y libqt5charts5 libqt5charts5-dev libqt5multimedia*
- run: sudo apt install -y libqt5datavisualization5-dev libqt5datavisualization5
- run: sudo apt install -y libopencv-core-dev libopencv-core4.5d libopencv-dev
- run: sudo apt install -y libqwt-qt5-6 libqwt-qt5-dev
- run: sudo apt install -y libarmadillo-dev libarmadillo10
- run: qmake
- run: make -j4
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.qmake.stash
Makefile
*.o
moc_*
qrc_*
ui_*
DFTFringe