Commit bfb50e2 1 parent e6bc0be commit bfb50e2 Copy full SHA for bfb50e2
File tree 3 files changed +15
-11
lines changed
3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 2
2
push :
3
3
tags :
4
4
- ' *'
5
- pull_request :
6
5
7
6
env :
8
7
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -14,11 +13,13 @@ jobs:
14
13
steps :
15
14
- uses : actions/checkout@v3
16
15
- run : |
17
- sudo apt-get install -y libcgal-dev libboost1.74-all-dev libmpfr-dev libgmp-dev cmake wget unzip clang libstdc++-11-dev
18
- wget https://gitlab.com/Oslandia/SFCGAL/-/archive/v1.4.1/SFCGAL-v1.4.1.zip
19
- unzip SFCGAL-v1.4.1.zip
20
- cd SFCGAL-v1.4.1 && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make && sudo make install && cd ..
21
- - run : cargo test --all-features
16
+ sudo apt-get install -y libboost1.74-all-dev libmpfr-dev libgmp-dev cmake wget unzip clang libstdc++-11-dev
17
+ wget https://github.com/CGAL/cgal/releases/download/v5.6.1/CGAL-5.6.1-library.tar.xz
18
+ wget https://gitlab.com/SFCGAL/SFCGAL/-/archive/v1.5.0/SFCGAL-v1.5.0.zip
19
+ tar -xf CGAL-5.6.1-library.tar.xz
20
+ unzip SFCGAL-v1.5.0.zip
21
+ cd CGAL-5.6.1 && cmake . && sudo make install && cd ..
22
+ cd $(ls -d */ | grep SFC) && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make && sudo make install && cd ..
22
23
- run : |
23
24
cargo doc
24
25
echo "<meta http-equiv=refresh content=0;url=sfcgal_sys/index.html>" > target/doc/index.html
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v3
13
13
- run : |
14
- sudo apt-get install -y libcgal-dev libboost1.74-all-dev libmpfr-dev libgmp-dev cmake wget unzip clang libstdc++-11-dev
15
- wget https://gitlab.com/Oslandia/SFCGAL/-/archive/v1.4.1/SFCGAL-v1.4.1.zip
16
- unzip SFCGAL-v1.4.1.zip
17
- cd SFCGAL-v1.4.1 && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make && sudo make install && cd ..
14
+ sudo apt-get install -y libboost1.74-all-dev libmpfr-dev libgmp-dev cmake wget unzip clang libstdc++-11-dev
15
+ wget https://github.com/CGAL/cgal/releases/download/v5.6.1/CGAL-5.6.1-library.tar.xz
16
+ wget https://gitlab.com/SFCGAL/SFCGAL/-/archive/v1.5.0/SFCGAL-v1.5.0.zip
17
+ tar -xf CGAL-5.6.1-library.tar.xz
18
+ unzip SFCGAL-v1.5.0.zip
19
+ cd CGAL-5.6.1 && cmake . && sudo make install && cd ..
20
+ cd $(ls -d */ | grep SFC) && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make && sudo make install && cd ..
18
21
- run : cargo test --all-features
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ repository = "https://github.com/mthh/sfcgal-sys"
15
15
categories = [" external-ffi-bindings" ]
16
16
17
17
[build-dependencies ]
18
- bindgen = " 0.64.0 "
18
+ bindgen = " 0.69 "
19
19
cc = " 1.0"
You can’t perform that action at this time.
0 commit comments