Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Testing the new setup script and github deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Omer Chiasson committed Feb 19, 2017
1 parent 7cac8a5 commit ab542b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,19 @@ before_install:
- rm rustup.rs

script:
- mkdir bin
- cp ./src/car.sh ./bin/car
- chmod 755 ./bin/car
- PATH="$PWD/bin:$PATH"
- ./build/car_setup.sh
- ./test/c_lang.c
- ./test/c#_lang.cs
- ./test/c++_lang.cc
- ./test/c++_lang.cpp
- ./test/go_lang.go
- ./test/java_lang.java
- ./test/rust_lang.rs

deploy:
provider: releases
api_key: 93dc5c91526cf7f58900b038af12c91db57e54ce
file: ./build/car_setup.sh
skip_cleanup: true
on:
tags: true
3 changes: 2 additions & 1 deletion build/car_setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env sh

echo Hello, world!
curl https://raw.githubusercontent.com/nicholaschiasson/car/master/src/car.sh -o /usr/local/bin/car
chmod ugo+x /usr/local/bin/car

0 comments on commit ab542b2

Please sign in to comment.