Compare commits
6 commits
c4d199ac4b
...
89d38c1eb2
Author | SHA1 | Date | |
---|---|---|---|
89d38c1eb2 | |||
f42ba30af8 | |||
0480fe93f0 | |||
a6ea41ce44 | |||
cf63ff7235 | |||
18e9b32eff |
2 changed files with 24 additions and 3 deletions
21
.gitea/workflows/pull_request.yaml
Normal file
21
.gitea/workflows/pull_request.yaml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
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": "#053607",
|
"activityBar.background": "#3F0F73",
|
||||||
"titleBar.activeBackground": "#074B0A",
|
"titleBar.activeBackground": "#5916A1",
|
||||||
"titleBar.activeForeground": "#F2FEF3"
|
"titleBar.activeForeground": "#FBF9FE"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue