mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-31 05:47:22 +00:00
v0.9.6: now with fixed CI
This commit is contained in:
parent
a7cbaa198b
commit
d43bfec582
3 changed files with 6 additions and 6 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -34,20 +34,20 @@ jobs:
|
|||
platforms:
|
||||
- os: ubuntu-18.04
|
||||
target: x86_64-unknown-linux-gnu
|
||||
artifact: x86_64-unknown-linux-gnu
|
||||
dir: server/mcshader-lsp
|
||||
artifact: x86_64-unknown-linux-gnu
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
artifact: x86_64-windows-msvc.exe
|
||||
dir: server/mcshader-lsp.exe
|
||||
artifact: x86_64-windows-msvc.exe
|
||||
- os: macos-11
|
||||
target: x86_64-apple-darwin
|
||||
artifact: x86_64-apple-darwin
|
||||
dir: server/mcshader-lsp
|
||||
artifact: x86_64-apple-darwin
|
||||
- os: macos-11
|
||||
target: aarch64-apple-darwin
|
||||
artifact: aarch64-apple-darwin
|
||||
dir: server/mcshader-lsp
|
||||
artifact: aarch64-apple-darwin
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install latest nightly
|
||||
|
@ -55,6 +55,8 @@ jobs:
|
|||
with:
|
||||
toolchain: nightly
|
||||
default: true
|
||||
target: ${{ matrix.platforms.target }}
|
||||
override: true
|
||||
- name: Build server
|
||||
run: cargo build --release --target ${{ matrix.platforms.target }} --out-dir . -Z unstable-options
|
||||
- name: Upload release file
|
||||
|
|
1
.github/workflows/server.yml
vendored
1
.github/workflows/server.yml
vendored
|
@ -48,4 +48,3 @@ jobs:
|
|||
path: ${{ matrix.platforms.dir }}
|
||||
- name: Run tests
|
||||
run: cargo test --target ${{ matrix.platforms.target }}
|
||||
if: ${{ matrix.platforms.target != 'aarch64-apple-darwin' }}
|
||||
|
|
|
@ -16,7 +16,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|||
|
||||
- Another `#include` merging bug when a file is imported twice into another file at different lines
|
||||
|
||||
|
||||
## [0.9.5]
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue