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
a1c41943
Unverified
Commit
a1c41943
authored
Nov 20, 2020
by
Justin Carpentier
Committed by
GitHub
Nov 20, 2020
Browse files
Merge pull request #1344 from jcarpent/topic/ci
Comply with new GitHub Action rules
parents
66518021
c0a3381d
Pipeline
#12347
passed with stage
in 245 minutes and 49 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/windows-conda-clang.yml
View file @
a1c41943
...
...
@@ -25,6 +25,8 @@ jobs:
run
:
|
git submodule update --init
-
uses
:
goanpeca/setup-miniconda@v1
env
:
ACTIONS_ALLOW_UNSECURE_COMMANDS
:
'
true'
with
:
activate-environment
:
pinocchio
environment-file
:
.github/workflows/conda/conda-env.yml
...
...
@@ -35,6 +37,8 @@ jobs:
-
name
:
Build Pinocchio
shell
:
cmd /C CALL {0}
env
:
ACTIONS_ALLOW_UNSECURE_COMMANDS
:
'
true'
run
:
|
:: unset extra Boost envs
set Boost_ROOT=
...
...
.github/workflows/windows-conda-v142.yml
View file @
a1c41943
...
...
@@ -24,6 +24,8 @@ jobs:
run
:
|
git submodule update --init
-
uses
:
goanpeca/setup-miniconda@v1
env
:
ACTIONS_ALLOW_UNSECURE_COMMANDS
:
'
true'
with
:
activate-environment
:
pinocchio
environment-file
:
.github/workflows/conda/conda-env.yml
...
...
@@ -34,6 +36,8 @@ jobs:
-
name
:
Build Pinocchio
shell
:
cmd /C CALL {0}
env
:
ACTIONS_ALLOW_UNSECURE_COMMANDS
:
'
true'
run
:
|
:: unset extra Boost envs
set Boost_ROOT=
...
...
cmake
@
000a9019
Compare
002cd0ff
...
000a9019
Subproject commit 00
2cd0ff517ec4a31fabe6ec7fba759ada99ea51
Subproject commit 00
0a90190d1dca8b028f437095f2fddff0f9839b
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