about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 1d190e09..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-language: c

-arch:

-  - amd64

-  - arm64-graviton2

-os: linux

-dist: focal

-

-compiler:

-    - gcc

-

-addons:

-  apt:

-    packages:

-      - python3

-

-      #Build steps

-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

-

-script:

-    - make

-    - ctest --output-on-failure