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
Simple Robotics
pycppad
Commits
d7a1ace2
Verified
Commit
d7a1ace2
authored
Aug 25, 2021
by
Justin Carpentier
Browse files
ci: remove useless contents
parent
dd94a927
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci-ubuntu-macos.yml
View file @
d7a1ace2
...
...
@@ -3,10 +3,6 @@ name: PyCppAD CI for MacOS/Linux
on
:
pull_request
:
push
:
branches
:
-
master
-
devel
env
:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
...
...
@@ -56,7 +52,6 @@ jobs:
cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DPYTHON_EXECUTABLE=$(which python3) -DBUILD_WITH_CPPAD_CODEGEN_BINDINGS=ON
make
make build_tests
export CTEST_OUTPUT_ON_FAILURE=1
make test
make install
...
...
@@ -65,4 +60,4 @@ jobs:
shell
:
bash -l {0}
run
:
|
cd build
make uninstall
\ No newline at end of file
make uninstall
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