3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "build"]
|
||||
path = build
|
||||
url = https://github.com/caarlos0/shell-travis-build.git
|
||||
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: bash
|
||||
sudo: required
|
||||
os:
|
||||
- linux
|
||||
install:
|
||||
- ./build/install.sh
|
||||
script:
|
||||
- ./build/build.sh
|
||||
notifications:
|
||||
email: false
|
||||
5
README
5
README
@@ -1,5 +0,0 @@
|
||||
Automatic Ripping Machine (ARM)
|
||||
|
||||
See: https://b3n.org/automatic-ripping-machine
|
||||
|
||||
|
||||
5
README.md
Normal file
5
README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Automatic Ripping Machine (ARM) 
|
||||
|
||||
For more details and install instructions see: https://b3n.org/automatic-ripping-machine
|
||||
|
||||
|
||||
1
build
Submodule
1
build
Submodule
Submodule build added at 5f3e72c711
Reference in New Issue
Block a user