File tree Expand file tree Collapse file tree 4 files changed +18
-15
lines changed Expand file tree Collapse file tree 4 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 2
2
# ##########################################################################
3
3
# before_install.sh
4
4
# ---------------------
5
- # Date : March 2016
6
- # Copyright : (C) 2016 by Matthias Kuhn
7
- # Email : matthias at opengis dot ch
5
+ # Date : March 2019
6
+ # Copyright : (C) 2019 by Denis Rouzaud
7
+ # Email : denis@ opengis. ch
8
8
# ##########################################################################
9
9
# #
10
10
# This program is free software; you can redistribute it and/or modify #
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# ##########################################################################
3
- # before_script .sh
3
+ # before_install .sh
4
4
# ---------------------
5
- # Date : August 2015
6
- # Copyright : (C) 2015 by Nyall Dawson
7
- # Email : nyall dot dawson at gmail dot com
5
+ # Date : March 2019
6
+ # Copyright : (C) 2019 by Denis Rouzaud
7
+ # Email : denis@opengis.ch
8
8
# ##########################################################################
9
9
# #
10
10
# This program is free software; you can redistribute it and/or modify #
14
14
# #
15
15
# ##########################################################################
16
16
17
+
17
18
set -e
18
19
19
20
.ci/travis/scripts/echo_travis_var.sh
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# ##########################################################################
3
- # install .sh
3
+ # before_install .sh
4
4
# ---------------------
5
- # Date : March 2016
6
- # Copyright : (C) 2016 by Matthias Kuhn
7
- # Email : matthias at opengis dot ch
5
+ # Date : March 2019
6
+ # Copyright : (C) 2019 by Denis Rouzaud
7
+ # Email : denis@ opengis. ch
8
8
# ##########################################################################
9
9
# #
10
10
# This program is free software; you can redistribute it and/or modify #
14
14
# #
15
15
# ##########################################################################
16
16
17
+
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# ##########################################################################
3
- # script .sh
3
+ # before_install .sh
4
4
# ---------------------
5
- # Date : March 2016
6
- # Copyright : (C) 2016 by Matthias Kuhn
7
- # Email : matthias at opengis dot ch
5
+ # Date : March 2019
6
+ # Copyright : (C) 2019 by Denis Rouzaud
7
+ # Email : denis@ opengis. ch
8
8
# ##########################################################################
9
9
# #
10
10
# This program is free software; you can redistribute it and/or modify #
14
14
# #
15
15
# ##########################################################################
16
16
17
+
17
18
set -e
18
19
19
20
mkdir -p " CCACHE_DIR_IMAGE_BUILD"
You can’t perform that action at this time.
0 commit comments