https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d77464b3d695c65f13e0196d46dc1081bdf273b5

commit d77464b3d695c65f13e0196d46dc1081bdf273b5
Author: Amine Khaldi <amine.kha...@reactos.org>
AuthorDate: Sun Oct 8 13:38:07 2017 +0100

    [TRAVIS-CI] Initial version of the Travis-CI script.
---
 .travis.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..643416724e
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: bash
+
+git:
+  depth: 1
+
+before_script:
+- wget https://svn.reactos.org/amine/RosBEBinFull.tar.gz -O RosBE.tar.gz
+- tar -xzf RosBE.tar.gz
+- echo 'mkdir ../Build && cd ../Build && $TRAVIS_BUILD_DIR/configure.sh 
-DENABLE_ROSTESTS=1 && cd reactos && ninja && ninja bootcd' > tmp_file
+- ./RosBEBinFull/RosBE.sh < tmp_file
\ No newline at end of file

Reply via email to