diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-09-05 13:57:51 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-09-05 13:57:51 +0200 |
| commit | 4a9b0128d70aa547b64d7fe307724e0065027656 (patch) | |
| tree | 8153dc0bc4b39b986252e803a9ec1953fe1aad92 | |
| parent | 6cc56ac5f76a3ee7f6476f9124e1f02db803e526 (diff) | |
| download | box64-4a9b0128d70aa547b64d7fe307724e0065027656.tar.gz box64-4a9b0128d70aa547b64d7fe307724e0065027656.zip | |
[TRAVIS] Move travis integration
| -rwxr-xr-x | .travis.yml | 4 | ||||
| -rw-r--r-- | docs/README.md | 1 |
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 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). |