mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
[Git] Add CMake Files to .gitignore (#2792)
* [Git] Add CMake Files to GitIgnore * Update .drone.yml
This commit is contained in:
parent
5720ffbcb6
commit
e5dabe0afc
@ -4,9 +4,6 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: Build Linux
|
name: Build Linux
|
||||||
|
|
||||||
clone:
|
|
||||||
depth: 1
|
|
||||||
|
|
||||||
# Limits how many of these builds can run on the drone runner at a time, this isn't about cores
|
# Limits how many of these builds can run on the drone runner at a time, this isn't about cores
|
||||||
concurrency:
|
concurrency:
|
||||||
limit: 1
|
limit: 1
|
||||||
@ -43,9 +40,6 @@ name: Build Windows
|
|||||||
concurrency:
|
concurrency:
|
||||||
limit: 1
|
limit: 1
|
||||||
|
|
||||||
clone:
|
|
||||||
depth: 1
|
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: windows
|
os: windows
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -68,3 +68,6 @@ compile_flags.txt
|
|||||||
!utils/scripts/build/
|
!utils/scripts/build/
|
||||||
!utils/scripts/build/should-release/should-release
|
!utils/scripts/build/should-release/should-release
|
||||||
!utils/scripts/build/should-release/should-release.exe
|
!utils/scripts/build/should-release/should-release.exe
|
||||||
|
|
||||||
|
# CMake Files
|
||||||
|
cmake-build-relwithdebinfo/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user