From: Amine Khaldi Date: Sun, 8 Oct 2017 12:38:07 +0000 (+0100) Subject: [TRAVIS-CI] Initial version of the Travis-CI script. X-Git-Tag: 0.4.8-dev~153 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=d77464b3d695c65f13e0196d46dc1081bdf273b5 [TRAVIS-CI] Initial version of the Travis-CI script. --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..643416724ec --- /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