-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 5 commits.
# The first commit's message is: some fixes # The 2nd commit message will be skipped: # more fixes # The 3rd commit message will be skipped: # minor fixes # The 4th commit message will be skipped: # Revert "minor fixes" # # This reverts commit 24c3ae1. # The 5th commit message will be skipped: # Revert "more fixes" # # This reverts commit 1d3c4d9.
- Loading branch information
Showing
4 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
ARG DOCKER_TAG=latest | ||
|
||
FROM qgis/qgis3-build-deps:$DOCKER_TAG | ||
MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com> | ||
|
||
RUN ls /root/.ccache | ||
|
||
RUN echo "DDDD" | ||
RUN /root/QGIS/.ci/travis/linux/docker-build-test.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters