Compare commits
No commits in common. "89d38c1eb24584a26ea3926e080803e04947ab89" and "c4d199ac4bdd6333d2c6be1047ba67ddf1ac2649" have entirely different histories.
89d38c1eb2
...
c4d199ac4b
2 changed files with 3 additions and 24 deletions
|
@ -1,21 +0,0 @@
|
||||||
name: Gavania Merge Build
|
|
||||||
run_name: Test successful gavania build on merge request
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [opened, reopened, edited, review_requested, synchronize]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
steps:
|
|
||||||
- uses: https://github.com/actions/checkout@v3
|
|
||||||
|
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install --no-install-recommends -y universal-ctags glslang-tools libclang-dev
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: cargo build
|
|
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"workbench.colorCustomizations": {
|
"workbench.colorCustomizations": {
|
||||||
"activityBar.background": "#3F0F73",
|
"activityBar.background": "#053607",
|
||||||
"titleBar.activeBackground": "#5916A1",
|
"titleBar.activeBackground": "#074B0A",
|
||||||
"titleBar.activeForeground": "#FBF9FE"
|
"titleBar.activeForeground": "#F2FEF3"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue