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:
Carlos O'Ryan 2020-01-15 17:44:36 -05:00 committed by GitHub
parent 7abccfa1ec
commit 20009f59de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 145 additions and 10 deletions

22
.dockerignore Normal file
View 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/