From a99faa00ba5958c60785f39b63971b8522e2f374 Mon Sep 17 00:00:00 2001 From: Jusonex Date: Sat, 27 Apr 2019 23:19:22 +0200 Subject: [PATCH] Drop Travis and AppVeyor --- .travis.yml | 47 ----------------------------------------------- README.md | 2 +- appveyor.yml | 39 --------------------------------------- 3 files changed, 1 insertion(+), 87 deletions(-) delete mode 100644 .travis.yml delete mode 100644 appveyor.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2ba0f077db..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,47 +0,0 @@ -language: cpp -sudo: false -dist: xenial - -matrix: - include: - - compiler: gcc - addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-8 - - zip - env: - ENV_CXX=g++-8 - ENV_CC=gcc-8 - NIGHTLY_UPLOAD=1 - -before_script: - - wget https://mirror.mtasa.com/bdata/premake5-travis -4 -O ./premake5 && - chmod +x ./premake5 && - ./premake5 gmake && - cd Build - -script: make -j 3 CXX=$ENV_CXX CC=$ENV_CC config=release_x64 - -# Only upload the gcc build -after_success: - - "[ $NIGHTLY_UPLOAD -eq 1 ] && [ -z $TRAVIS_TAG ] && - cd .. && - ./premake5 install_data && - ./premake5 compose_files && - zip -r Artifact.zip InstallFiles/ && - curl -i -4 -F \"branch_name=$TRAVIS_BRANCH\" -F \"commit_hash=$TRAVIS_COMMIT\" -F \"commit_title=$(git log -1 --pretty=%B)\" -F build_type=linux64 -F \"secret=$UPLOAD_SECRET\" -F build_upload=@Artifact.zip https://nightlytest.mtasa.com/api/upload" - -notifications: - irc: - channels: - - "irc.gtanet.com#mta.dev" - on_success: change - on_failure: always - -env: - global: - secure: fk2kDz4BD3S4cuUihwn7D+rr8X0ZGltahpYJfZzCL5teSJmwIuJOprlsP92x9eacWLzbOdy1cQxj6FfVIeRxiy2hdyx1q+tloA1i7v+rQmErxzPEkSMMJ2dHemUvG5FzfvH5ZzUarFBZwezIxI78eTs5JLBcwoAVMVIJumoqGqI= - diff --git a/README.md b/README.md index 8a5698ed80..488d4bb616 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Multi Theft Auto: San Andreas [![Build Status](https://img.shields.io/travis/multitheftauto/mtasa-blue/master.svg?label=Linux%3Amaster&logo=travis)](https://travis-ci.org/multitheftauto/mtasa-blue) [![Build Status](https://img.shields.io/appveyor/ci/multitheftauto/mtasa-blue/master.svg?label=Windows%3Amaster&logo=appveyor&logoColor=%23ffffff)](https://ci.appveyor.com/project/multitheftauto/mtasa-blue) [![Build Status](https://img.shields.io/azure-devops/build/multitheftauto/6e1b4536-589e-4de8-abc5-f53ff8539687/1/master.svg?label=Azure%3Amaster&logo=azuredevops)](https://dev.azure.com/multitheftauto/mtasa-blue/_build?definitionId=1) +## Multi Theft Auto: San Andreas [![Build Status](https://img.shields.io/azure-devops/build/multitheftauto/6e1b4536-589e-4de8-abc5-f53ff8539687/1/master.svg?label=Azure%3Amaster&logo=azuredevops&style=flat-square)](https://dev.azure.com/multitheftauto/mtasa-blue/_build?definitionId=1) [Multi Theft Auto](https://www.multitheftauto.com/) (MTA) is a software project that adds network play functionality to Rockstar North's Grand Theft Auto game series, in which this functionality is not originally found. It is a unique modification that incorporates an extendable network play element into a proprietary commercial single-player PC game. diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index d4b943f7e5..0000000000 --- a/appveyor.yml +++ /dev/null @@ -1,39 +0,0 @@ -version: ci-{build} -os: Visual Studio 2017 - -configuration: - - Release - -before_build: - - choco install curl - - curl -o utils/DXFiles.zip https://mirror.mtasa.com/bdata/DXFiles.zip - - 7z e utils/DXFiles.zip -outils/DXFiles -spf - - set DXSDK_DIR=%CD%\utils\DXFiles\ - - echo Using DXSDK_DIR %DXSDK_DIR% - - utils\premake5 install_cef - - utils\premake5 vs2017 - - utils\premake5 install_data - -after_build: - - utils\premake5 compose_files - - 7z a InstallFiles.zip InstallFiles - - cmd: if "%APPVEYOR_PULL_REQUEST_TITLE%" == "" if "%APPVEYOR_REPO_TAG%" == "false" curl -i -F "branch_name=%APPVEYOR_REPO_BRANCH%" -F "commit_hash=%APPVEYOR_REPO_COMMIT%" -F "commit_title=%APPVEYOR_REPO_COMMIT_MESSAGE%" -F build_type=windows32 -F "secret=%UPLOAD_SECRET%" -F build_upload=@InstallFiles.zip https://nightlytest.mtasa.com/api/upload - -clone_depth: 1 - -build: - parallel: true - project: Build/MTASA.sln - -notifications: - - provider: Slack - incoming_webhook: - secure: GMy2h7KrBeqM46INusj3AEZvef5jyFQRUeKqcJjfttHc/Iujje6YN398t7mo5UeMZjkDN2azgcb/R79wU/BvJot8iiu/4AtEBGwLffzrpCw= - -artifacts: - - path: InstallFiles.zip - name: MTASA - -environment: - UPLOAD_SECRET: - secure: 5PjW2ChD6CvgnKi1T4d19cV6cX8SN6d8N/keVeszzmQ=