-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feat/barnard' into convert-small-int
- Loading branch information
Showing
1,375 changed files
with
37,493 additions
and
11,836 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,20 +16,20 @@ jobs: | |
- uses: actions-rs/toolchain@v1 | ||
with: | ||
default: true | ||
toolchain: stable | ||
toolchain: 1.82 | ||
|
||
- name: Download vscode-lldb | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: vadimcn/vscode-lldb | ||
latest: true | ||
fileName: codelldb-x86_64-linux.vsix | ||
tag: v1.11.0 | ||
fileName: codelldb-linux-x64.vsix | ||
|
||
- name: Setup vscode-lldb | ||
run: | | ||
unzip codelldb-x86_64-linux.vsix -d vscode-lldb | ||
mkdir -p $HOME/.vscode/extensions/vadimcn.vscode-lldb-x.x.x/ | ||
mv vscode-lldb/extension/* $HOME/.vscode/extensions/vadimcn.vscode-lldb-x.x.x/ | ||
unzip codelldb-linux-x64.vsix -d vscode-lldb | ||
mkdir -p $HOME/.vscode/extensions/vadimcn.vscode-lldb-1.11.0/ | ||
mv vscode-lldb/extension/* $HOME/.vscode/extensions/vadimcn.vscode-lldb-1.11.0/ | ||
- name: Run the rust tests | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: CI | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
|
||
permissions: | ||
checks: write | ||
pull-requests: write | ||
|
||
jobs: | ||
template_test_current: | ||
name: Plotter tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Install rust | ||
uses: actions-rust-lang/setup-rust-toolchain@v1 | ||
with: | ||
toolchain: 1.82 | ||
target: wasm32-unknown-unknown | ||
|
||
- name: Prerequisites | ||
run: | | ||
sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev | ||
- name: Run plotter tests | ||
run: | | ||
cd tools/plotter | ||
cargo test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.