Jonathan Maw pushed to branch jonathan/wsl-tests at BuildStream / buildstream
Commits:
-
38bae2e7
by Jonathan Maw at 2019-01-08T16:52:29Z
1 changed file:
Changes:
| ... | ... | @@ -127,6 +127,21 @@ lint: |
| 127 | 127 |
except:
|
| 128 | 128 |
- schedules
|
| 129 | 129 |
|
| 130 |
+tests-wsl:
|
|
| 131 |
+ stage: test
|
|
| 132 |
+ variables:
|
|
| 133 |
+ LC_ALL: C.UTF-8
|
|
| 134 |
+ LANG: C.UTF-8
|
|
| 135 |
+ tags:
|
|
| 136 |
+ - wsl
|
|
| 137 |
+ before_script:
|
|
| 138 |
+ - mount
|
|
| 139 |
+ - df -h
|
|
| 140 |
+ |
|
| 141 |
+ script:
|
|
| 142 |
+ - find .
|
|
| 143 |
+ - tox
|
|
| 144 |
+ |
|
| 130 | 145 |
# Automatically build documentation for every commit, we want to know
|
| 131 | 146 |
# if building documentation fails even if we're not deploying it.
|
| 132 | 147 |
docs:
|
