mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +01:00
[ghactions] Always build against respective TRIQS branch
This commit is contained in:
parent
6e48818d2f
commit
4ea86b4bdb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
|||||||
CC: ${{ matrix.cc }}
|
CC: ${{ matrix.cc }}
|
||||||
CXX: ${{ matrix.cxx }}
|
CXX: ${{ matrix.cxx }}
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/TRIQS/triqs --branch unstable
|
git clone https://github.com/TRIQS/triqs --branch ${{ github.ref_name }}
|
||||||
mkdir triqs/build && cd triqs/build
|
mkdir triqs/build && cd triqs/build
|
||||||
cmake .. -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install
|
cmake .. -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install
|
||||||
make -j1 install VERBOSE=1
|
make -j1 install VERBOSE=1
|
||||||
|
Loading…
Reference in New Issue
Block a user