ci: verify pkg-config files actually work (#30)
Change the CI builds to verify the pkg-config files we create actually work. Some improvements in the `.*ignore` files.
This commit is contained in:
parent
7abccfa1ec
commit
20009f59de
6 changed files with 145 additions and 10 deletions
22
.dockerignore
Normal file
22
.dockerignore
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Common build output directory names
|
||||
.build/
|
||||
_build/
|
||||
build-output/
|
||||
cmake-out/
|
||||
|
||||
# Common bazel output directories
|
||||
bazel-*
|
||||
|
||||
# Backup files for Emacs
|
||||
*~
|
||||
|
||||
# Ignore IDEA / IntelliJ files
|
||||
.idea/
|
||||
cmake-build-*/
|
||||
|
||||
# This is a staging directory used to upload the documents to gihub.io
|
||||
github-io-staging/
|
||||
|
||||
# Ignore Visual Studio Code files
|
||||
.vsbuild/
|
||||
.vscode/
|
||||
Loading…
Add table
Add a link
Reference in a new issue