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
c0a3381d
Verified
Commit
c0a3381d
authored
Nov 20, 2020
by
Justin Carpentier
Browse files
ci: update GitHub Action following new rules
parent
1489757d
Pipeline
#12336
passed with stage
in 164 minutes and 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/windows-conda-clang.yml
View file @
c0a3381d
...
...
@@ -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 @
c0a3381d
...
...
@@ -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=
...
...
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