Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iltommi committed Sep 3, 2024
2 parents b9ce9e9 + ab4ada0 commit 4423df8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ debian_task:
script: |
export DEBIAN_FRONTEND=noninteractive
apt-get update -qq
apt-get install -yy git file pandoc cmake libxkbcommon-dev libgl1-mesa-dev libvulkan* libnetpbm10-dev libhdf5-dev libfftw3-dev libhdf4-dev g++ build-essential libtiff5-dev libgsl-dev lsb-release libcfitsio-dev libhdf4-dev libhdf5-dev libhdf5-103-1 libxcb-xkb-dev qt6-tools-dev qt6-multimedia-dev qt6-declarative-dev qt6-charts-dev qt6-svg-dev
apt-get install -yy git file pandoc cmake libxkbcommon-dev libgl1-mesa-dev libvulkan* libnetpbm11-dev libhdf5-dev libfftw3-dev libhdf4-dev g++ build-essential libtiff5-dev libgsl-dev lsb-release libcfitsio-dev libhdf4-dev libhdf5-dev libhdf5-103-1 libxcb-xkb-dev qt6-tools-dev qt6-multimedia-dev qt6-declarative-dev qt6-charts-dev qt6-svg-dev
apt-get install -yy qml6-module*
mkdir build && cd build
cmake ..
Expand Down Expand Up @@ -84,17 +84,17 @@ macM1_task:
brew install libomp git cmake fftw gcc qt lcov pkg-config zlib cmake libtiff cfitsio gsl pandoc vulkan-headers hdf5
brew install iltommi/brews/hdf4
brew install iltommi/brews/clfft
git clone https://github.com/iltommi/pythonqt.git
cd pythonqt
cd generator
qmake -r generator.pro
make -j10
QTDIR=$(brew --prefix qt) ./pythonqt_generator
cd ..
QTDIR=$(brew --prefix qt) qmake -r
make -j10
INSTALL_ROOT=$(brew --prefix) make install
cd ..
# git clone https://github.com/iltommi/pythonqt.git
# cd pythonqt
# cd generator
# qmake -r generator.pro
# make -j10
# QTDIR=$(brew --prefix qt) ./pythonqt_generator
# cd ..
# QTDIR=$(brew --prefix qt) qmake -r
# make -j10
# INSTALL_ROOT=$(brew --prefix) make install
# cd ..
mkdir -p build && cd build
cmake ..
make -j$(sysctl -n hw.ncpu) install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Tag latest
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
make -j$(sysctl -n hw.ncpu) install
../resources/macPackage/prepareapp.sh
- name: Archive
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Neutrino.zip
path: "build/Neutrino*.zip"
Expand Down

0 comments on commit 4423df8

Please sign in to comment.