Compare commits

..

6 commits

Author SHA1 Message Date
89d38c1eb2 Merge pull request 'Add actions file' (#54) from dev into master
Reviewed-on: #54
2023-08-16 10:17:14 +02:00
f42ba30af8 .gitea/workflows/pull_request.yaml aktualisiert
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 7m41s
2023-08-16 10:07:33 +02:00
0480fe93f0 .gitea/workflows/pull_request.yaml aktualisiert
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 1m34s
2023-08-16 10:06:08 +02:00
a6ea41ce44 .gitea/workflows/pull_request.yaml aktualisiert
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 1m40s
2023-08-16 10:03:19 +02:00
cf63ff7235 .gitea/workflows/pull_request.yaml aktualisiert
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 15m2s
2023-08-16 09:28:25 +02:00
18e9b32eff Add actions file
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 16m59s
2023-08-16 09:05:59 +02:00
2 changed files with 24 additions and 3 deletions

View 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

View file

@ -1,7 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#053607",
"titleBar.activeBackground": "#074B0A",
"titleBar.activeForeground": "#F2FEF3"
"activityBar.background": "#3F0F73",
"titleBar.activeBackground": "#5916A1",
"titleBar.activeForeground": "#FBF9FE"
}
}