diff options
| -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). |