From 095e06737f503bedb114cae3ab6f96ea677e5ed9 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Sat, 22 Jan 2022 16:23:10 -0500 Subject: [PATCH] Remove Travis CI configuration --- .travis.yml | 54 ----------------------------------------------------- README.md | 1 - 2 files changed, 55 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3bf2f17..0000000 --- a/.travis.yml +++ /dev/null @@ -1,54 +0,0 @@ -language: rust - -dist: bionic -osx_image: xcode12 - -branches: - only: - - master - -before_script: - - git submodule update --init - -jobs: - fast_finish: true - include: - - name: Format check - os: linux - rust: stable - before_script: - - rustup component add rustfmt - script: - - cargo fmt --all -- --check - - os: linux - rust: stable - script: - - travis_wait cargo build --verbose - - cargo test --verbose - - os: linux - rust: nightly - script: - - travis_wait cargo build --verbose - - cargo test --verbose - - os: osx - rust: stable - env: APPLE_PLATFORM=macOS - script: - - travis_wait cargo build --verbose - - cargo test --verbose - - os: osx - rust: stable - env: APPLE_PLATFORM=iOS - script: - - rustup target add aarch64-apple-ios - - travis_wait cargo build --target aarch64-apple-ios --verbose - - os: osx - rust: stable - env: APPLE_PLATFORM=iOS-Simulator - script: - - rustup target add x86_64-apple-ios - - export RUNTIME_ID=$(xcrun simctl list runtimes | grep iOS | cut -d ' ' -f 7 | tail -1) - - export SIM_ID=$(xcrun simctl create My-iphone7 com.apple.CoreSimulator.SimDeviceType.iPhone-7 $RUNTIME_ID) - - xcrun simctl boot $SIM_ID - - cargo install cargo-dinghy - - travis_wait 30 cargo dinghy test --target x86_64-apple-ios diff --git a/README.md b/README.md index 0377639..ad477b1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ shaderc-rs [![Version](https://img.shields.io/crates/v/shaderc.svg)](https://crates.io/crates/shaderc) [![Documentation](https://docs.rs/shaderc/badge.svg)](https://docs.rs/shaderc) -[![Build Status](https://travis-ci.org/google/shaderc-rs.svg?branch=master)](https://travis-ci.org/google/shaderc-rs) Rust bindings for the [shaderc][shaderc] library.