mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 13:17:28 +02:00
Add support for musl and centos
This commit is contained in:
@@ -7,6 +7,12 @@ matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
env:
|
||||
- TARGET="centos"
|
||||
- os: linux
|
||||
dist: trusty
|
||||
env:
|
||||
- TARGET="alpine"
|
||||
- os: osx
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libxkbfile-dev
|
||||
|
||||
Reference in New Issue
Block a user