From c4a734e30462d59d7f9bfe4a865b33936907e0d5 Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 19 Feb 2018 00:09:49 +0000 Subject: Remove apidsl from the build. apidsl is in feature freeze. We can rely on the web service, instead. --- other/astyle/format-source | 4 ++-- other/travis/toxcore-linux-install | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) (limited to 'other') diff --git a/other/astyle/format-source b/other/astyle/format-source index cf190982..e558149a 100755 --- a/other/astyle/format-source +++ b/other/astyle/format-source @@ -3,8 +3,8 @@ set -e SOURCE_DIR="$1" -APIDSL="$2" -ASTYLE="$3" +ASTYLE="$2" +APIDSL="$3" # Go to the source root. if [ -z "$SOURCE_DIR" ]; then diff --git a/other/travis/toxcore-linux-install b/other/travis/toxcore-linux-install index 502d3de7..3bf452f1 100755 --- a/other/travis/toxcore-linux-install +++ b/other/travis/toxcore-linux-install @@ -1,16 +1,5 @@ #!/bin/sh -# Set up opam. -opam init -y -eval `opam config env` - -# Install required opam packages. -opam install -y ocamlfind ppx_deriving menhir - -# Build apidsl. -git clone --depth=1 https://github.com/TokTok/apidsl ../apidsl -make -C ../apidsl -j$NPROC - # Install cpp-coveralls to upload test coverage results. pip install --user urllib3[secure] cpp-coveralls -- cgit v1.2.3