File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 strategy :
1111 fail-fast : false
1212 matrix :
13- os : [ubuntu-20 .04, macos-11 , windows-2019 ]
14- sofa_branch : [master ]
13+ os : [ubuntu-22 .04, macos-12 , windows-2022 ]
14+ sofa_branch : [v23.12 ]
1515
1616 steps :
1717 - name : (Mac) Workaround for homebrew
@@ -33,11 +33,11 @@ jobs:
3333
3434 - name : Setup SOFA and environment
3535 id : sofa
36- uses : sofa-framework/sofa-setup-action@v4
36+ uses : sofa-framework/sofa-setup-action@v5
3737 with :
3838 sofa_root : ${{ github.workspace }}/sofa
3939 sofa_version : ${{ matrix.sofa_branch }}
40- sofa_scope : ' full '
40+ sofa_scope : ' standard '
4141
4242 - name : Checkout source code
4343 uses : actions/checkout@v2
@@ -106,7 +106,7 @@ jobs:
106106
107107 deploy :
108108 name : Deploy artifacts
109- if : always() && startsWith(github.ref, 'refs/heads/') # we are on a branch (not a PR)
109+ if : always() && startsWith(github.ref, 'refs/heads/main ') # we are on a branch (not a PR)
110110 needs : [build-and-test]
111111 runs-on : ubuntu-latest
112112 continue-on-error : true
Original file line number Diff line number Diff line change 22
33[ ![ Documentation] ( https://img.shields.io/badge/info-on_website-green.svg )] ( https://infinytech3d.com/ )
44[ ![ Support] ( https://img.shields.io/badge/support-on_GitHub_Discussions-blue.svg )] ( https://github.com/sofa-framework/sofa/discussions )
5- [ ![ Gitter ] ( https://img.shields.io/badge/chat-on_Gitter-ff69b4 .svg )] ( https://app.gitter.im/#/room/#sofa-framework:gitter.im )
5+ [ ![ Discord ] ( https://img.shields.io/badge/chat-on_Discord-darkred .svg )] ( https://discord.gg/G63t3a8Ra6 )
66
77## Description
88This repository gather all open code from InfinyTech3D that could be of any use for the https://www.sofa-framework.org/
You can’t perform that action at this time.
0 commit comments