mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
macos not supported? ono
This commit is contained in:
parent
85730a2c52
commit
a085f50dd9
2 changed files with 1 additions and 16 deletions
|
@ -20,5 +20,5 @@ local Pipeline(name, os) = {
|
|||
[
|
||||
Pipeline("Linux", "linux"),
|
||||
Pipeline("Windows", "windows"),
|
||||
Pipeline("MacOS", "darwin"),
|
||||
//Pipeline("MacOS", "darwin"),
|
||||
]
|
15
.drone.yml
15
.drone.yml
|
@ -28,19 +28,4 @@ steps:
|
|||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: MacOS
|
||||
|
||||
platform:
|
||||
os: darwin
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: rust:1.49-slim-buster
|
||||
commands:
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue