[WORKFLOW]: CI
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install OpenSSL v3 (System)
|
- name: Install OpenSSL v3 (System)
|
||||||
run: sudo apt-get update && sudo apt-get install -y libssl-dev
|
run: sudo dnf update && sudo dnf install -y libssl-dev
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake --preset ${{ matrix.target }}
|
run: cmake --preset ${{ matrix.target }}
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
|||||||
.local/
|
.local/
|
||||||
out/
|
out/
|
||||||
[Bb]uild
|
[Bb]uild
|
||||||
|
/compile_commands.json
|
||||||
|
|||||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"C_Cpp.clang_format_fallbackStyle": "Microsoft"
|
"C_Cpp.clang_format_fallbackStyle": "Microsoft",
|
||||||
|
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user