Commit d80c26a 1 parent 4e2d935 commit d80c26a Copy full SHA for d80c26a
File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
- name : GitHub Actions CI
1
+ name : Build and tests
2
2
3
3
on :
4
4
push :
16
16
fail-fast : false
17
17
matrix :
18
18
machine : [ubuntu-latest, macOS-12]
19
- compiler : [g++ ]
19
+ compiler : [12 ]
20
20
runs-on : ['${{ matrix.machine }}']
21
21
22
22
steps :
@@ -27,11 +27,14 @@ jobs:
27
27
- name : get tags
28
28
run : |
29
29
cd ./libs/igraph
30
- git fetch --tags origin
30
+ git fetch --prune --unshallow
31
+ echo exit code $?
32
+ git tag --list
33
+ continue-on-error : true
31
34
32
35
- name : make
33
36
run : |
34
- make -j32 CXX=${{matrix.compiler}}
37
+ make -j32 CXX=g++- ${{matrix.compiler}} CC=gcc-${{matrix.compiler}}
35
38
cp ./clusty ./clusty-${{matrix.compiler}}
36
39
make clean
37
40
- name : tar artifacts
50
53
fail-fast : false
51
54
matrix :
52
55
machine : [ubuntu-latest, macOS-12]
53
- compiler : [g++ ]
56
+ compiler : [12 ]
54
57
algo : [single, complete]
55
58
threshold : [95, 70]
56
59
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Bioconda downloads] ( https://img.shields.io/conda/dn/bioconda/clusty.svg?style=flag&label=Bioconda%20downloads )] ( https://anaconda.org/bioconda/clusty )
4
4
[ ![ GitHub downloads] ( https://img.shields.io/github/downloads/refresh-bio/clusty/total.svg?style=flag&label=GitHub%20downloads )] ( https://github.com/refresh-bio/clusty/releases )
5
- [ ![ Build and tests] ( ../../workflows/GitHub%20Actions%20CI /badge.svg )] ( ../../actions/workflows/main.yml )
5
+ [ ![ Build and tests] ( ../../workflows/Build%20and%20tests /badge.svg )] ( ../../actions/workflows/main.yml )
6
6
[ ![ License] ( https://anaconda.org/bioconda/famsa/badges/license.svg )] ( https://www.gnu.org/licenses/gpl-3.0.html )
7
7
8
8
![ x86-64] ( https://img.shields.io/static/v1?label=%E2%80%8B&message=x86-64&color=yellow&logo=PCGamingWiki&logoColor=white )
You can’t perform that action at this time.
0 commit comments