about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-05 13:57:51 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-05 13:57:51 +0200
commit4a9b0128d70aa547b64d7fe307724e0065027656 (patch)
tree8153dc0bc4b39b986252e803a9ec1953fe1aad92
parent6cc56ac5f76a3ee7f6476f9124e1f02db803e526 (diff)
downloadbox64-4a9b0128d70aa547b64d7fe307724e0065027656.tar.gz
box64-4a9b0128d70aa547b64d7fe307724e0065027656.zip
[TRAVIS] Move travis integration
-rwxr-xr-x.travis.yml4
-rw-r--r--docs/README.md1
2 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b74aab2..78b2360c 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,10 +18,8 @@ addons:
 before_script:

     - mkdir build

     - cd build

-    - if [ "$TRAVIS_CPU_ARCH" = "arm64" ]; then cmake .. -DRK3399=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo ;else cmake .. -DLD80BITS=1 -DNOALIGN=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo ; fi

+    - if [ "$TRAVIS_CPU_ARCH" = "arm64" ]; then cmake .. -DRK3399=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo ; else cmake .. -DLD80BITS=1 -DNOALIGN=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo ; fi

 

 script:

     - make

-

-after_script:

     - ctest
\ No newline at end of file
diff --git a/docs/README.md b/docs/README.md
index 97f9d8fd..cb8d776b 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -4,6 +4,7 @@
 Linux Userspace x86_64 Emulator with a twist

 

 ----

+![box64 build status](https://app.travis-ci.com/ptitSeb/box64.svg?branch=main)

 

 Box64 lets you run x86_64 Linux programs (such as games) on non-x86_64 Linux systems, like ARM (host system needs to be 64bit little-endian).