Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
431e6ddb
Verified
Commit
431e6ddb
authored
Apr 12, 2021
by
Justin Carpentier
Browse files
ci: extend testing for Linux/OS X on Conda
parent
68382811
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/macos-conda.yml
→
.github/workflows/macos-
linux-
conda.yml
View file @
431e6ddb
name
:
Build Pinocchio for Mac OS X via Conda
name
:
Build Pinocchio for Mac OS X
/Linux
via Conda
on
:
[
push
,
pull_request
]
jobs
:
pinocchio-osx-conda
:
runs-on
:
macos-latest
pinocchio-conda
:
name
:
Pinocchio on ${{ matrix.os }} with Conda
runs-on
:
${{ matrix.os }}
strategy
:
fail-fast
:
false
matrix
:
os
:
[
"
ubuntu-latest"
,
"
macos-latest"
]
steps
:
-
uses
:
actions/checkout@v2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment