strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ff8b85
)
appveyor: Set timezone on the build system
author
Tobias Brunner
<tobias@strongswan.org>
Thu, 11 Feb 2021 09:20:43 +0000
(10:20 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 11 Feb 2021 15:40:58 +0000
(16:40 +0100)
For some reason, setting the time zone via TZ to `GST-1GDT` in the utils test
doesn't work anymore (the DST zone is not considered, it's as if only `GST-1`
was configured).
.appveyor.yml
patch
|
blob
|
history
diff --git
a/.appveyor.yml
b/.appveyor.yml
index
2c50615
..
3c826f3
100644
(file)
--- a/
.appveyor.yml
+++ b/
.appveyor.yml
@@
-19,6
+19,7
@@
environment:
# bits: 32
install:
+ - tzutil /s "Central European Standard Time"
- set MSYS_SH=C:\msys%BITS%\usr\bin\sh.exe
- set MSYSTEM=MINGW%BITS%
- set TEST=win%BITS%