Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropped Travis #3

Merged
merged 57 commits into from
Apr 8, 2021
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
9dcb448
added travis
iKrishneel Jul 1, 2020
ce96fe0
added travis
iKrishneel Jul 1, 2020
935bda1
added travis
iKrishneel Jul 1, 2020
e21f791
updated deps
iKrishneel Jul 1, 2020
6549bbb
added ci
iKrishneel Jul 1, 2020
a8e0f74
bug fix
iKrishneel Jul 1, 2020
b923a53
fixed
iKrishneel Jul 1, 2020
2646161
fixed
iKrishneel Jul 1, 2020
bff2df5
fixed
iKrishneel Jul 1, 2020
0435bd7
fixed
iKrishneel Jul 1, 2020
a9b59c1
fixed
iKrishneel Jul 1, 2020
249b446
fixed
iKrishneel Jul 1, 2020
b16d989
fixed
iKrishneel Jul 1, 2020
476c19e
fixed
iKrishneel Jul 1, 2020
1a5422e
fixed
iKrishneel Jul 1, 2020
777f2a0
fixed
iKrishneel Jul 1, 2020
0862735
fixed
iKrishneel Jul 1, 2020
ba62e01
fixed
iKrishneel Jul 1, 2020
d13184b
fixed
iKrishneel Jul 1, 2020
7845462
fixed
iKrishneel Jul 1, 2020
8846323
fixed
iKrishneel Jul 1, 2020
2153cae
fixed
iKrishneel Jul 1, 2020
172b41d
fixed
iKrishneel Jul 1, 2020
9524401
fixed
iKrishneel Jul 1, 2020
93ba497
fixed
iKrishneel Jul 1, 2020
a398882
fixed
iKrishneel Jul 1, 2020
2b04931
fixed
iKrishneel Jul 1, 2020
4cbb4c8
fixed
iKrishneel Jul 1, 2020
cfcefb9
fixed
iKrishneel Jul 1, 2020
89bdddb
fixed
iKrishneel Jul 1, 2020
974e736
fixed
iKrishneel Jul 1, 2020
7c7bfbf
fixed
iKrishneel Jul 1, 2020
be92519
fixed
iKrishneel Jul 1, 2020
97606d3
added action workflow
iKrishneel Mar 17, 2021
28616aa
updated added build and dropped travis
iKrishneel Mar 17, 2021
66822f7
updated added build and dropped travis
iKrishneel Mar 17, 2021
6cae508
updated added build and dropped travis
iKrishneel Mar 17, 2021
cb291d1
updated added build and dropped travis
iKrishneel Mar 17, 2021
acd2572
updated added build and dropped travis
iKrishneel Mar 17, 2021
9c3d338
updated added build and dropped travis
iKrishneel Mar 17, 2021
b66f142
updated
iKrishneel Mar 18, 2021
1f7f2fd
updated
iKrishneel Mar 18, 2021
3845893
updated
iKrishneel Mar 18, 2021
afc1f92
updated
iKrishneel Mar 18, 2021
ebd58e6
updated
iKrishneel Mar 18, 2021
a599dd9
updated
iKrishneel Mar 18, 2021
1ce7dbb
updated
iKrishneel Mar 18, 2021
e837668
updated
iKrishneel Mar 18, 2021
8598c7f
updated
iKrishneel Mar 18, 2021
c2e734c
updated
iKrishneel Mar 18, 2021
08a8d28
updated
iKrishneel Mar 18, 2021
6893d79
updated
iKrishneel Mar 18, 2021
8aa065c
Merge branch 'master' into ci
iKrishneel Apr 7, 2021
23f8efc
# This is a combination of 19 commits.
iKrishneel Mar 17, 2021
220f220
dropped travis and cleanup
iKrishneel Apr 8, 2021
5f972cc
dropped travis and cleanup
iKrishneel Apr 8, 2021
0aa058a
dropped travis and cleanup
iKrishneel Apr 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed
  • Loading branch information
iKrishneel committed Jul 1, 2020
commit 93ba4972249f03bcde01b109c949ca3dd29e8a5f
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ before_install:

install:
- export DOCKER_IMAGE=osrf/ros2:nightly
- export CI_SOURCE_PATH=$(pwd)
- docker pull ${DOCKER_IMAGE}
- docker run -v $HOME:$HOME -e CI_SOURCE_DIR $DOCKER_IMAGE bash -c 'cd $CI_SOURCE_DIR; source .github/travis.sh'