Skip to content

Commit

Permalink
update unix-build-cmake.yml to use dxtbx branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastisme committed Mar 6, 2024
1 parent 6392981 commit 9af0820
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .azure-pipelines/unix-build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ steps:
# Build and install dxtbx
- script: |
source activate conda_base/
git clone https://github.com/cctbx/dxtbx ./modules/dxtbx
git clone https://github.com/toastisme/dxtbx ./modules/dxtbx
cd ./modules/dxtbx
git checkout add_experiment_type
cd ../../
mkdir build_dxtbx
cd build_dxtbx
cmake ../modules/dxtbx -DCMAKE_UNITY_BUILD=true -GNinja
Expand Down

0 comments on commit 9af0820

Please sign in to comment.