mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +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
|
||||
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
|
||||
concurrency:
|
||||
limit: 1
|
||||
@ -43,9 +40,6 @@ name: Build Windows
|
||||
concurrency:
|
||||
limit: 1
|
||||
|
||||
clone:
|
||||
depth: 1
|
||||
|
||||
platform:
|
||||
os: windows
|
||||
arch: amd64
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -68,3 +68,6 @@ compile_flags.txt
|
||||
!utils/scripts/build/
|
||||
!utils/scripts/build/should-release/should-release
|
||||
!utils/scripts/build/should-release/should-release.exe
|
||||
|
||||
# CMake Files
|
||||
cmake-build-relwithdebinfo/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user