mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 09:21:27 +03:00
source code
This commit is contained in:
15
libs/enigo/.travis.yml
Normal file
15
libs/enigo/.travis.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get -qq update; fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -y libxdo-dev; fi
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
Reference in New Issue
Block a user