Commit 81f2136
Brings back windows testing to CI (#685)
* 1st pass on adding windows vm for CI
* 2nd pass, was testing nothing
* No arrays
* No arrays 2
* No arrays 3
* No arrays 4
* Removed appveyor PATH export
* Using scripts on windows CI, will need to write ps1 scripts
* Matrix indent
* Location of scripts
* Hate CI
* Why ps1 are ignored
* Adding ps1 scripts, was globally ignored
* Chmod +x ps1
* Removing uvloop from win reqs
* Added install and test.sh scripts, globally ignored wtf
* Align win reqs to old .travis file
* Run really on windows ?
* Lost in matrix....
* Blind ps1
* Blind ps1 2nd pass
* Blind ps1 3rd pass
* Blind test.ps1 !
* Blind test.ps1 love
* Attempt specifying shell explicitely
* Try using bash on windows
* Detect os for requirements
* Use sh comparison
* Live debug
* Live debug 2
* More echo
* More echo
* More echo 2
* OSTYPE only in bash
* OSTYPE seems to be msys
* Using old names for scripts since we dont need to differentiate now between os
* Removed echo leftovers from live debugging and indented back to 4 spaces
* Correct set
* Removin=g unboud variable check
* Set -x before pip only
* Update install
* Set -e
Co-authored-by: Tom Christie <[email protected]>1 parent f623916 commit 81f2136
File tree
3 files changed
+32
-6
lines changed- .github/workflows
- scripts
3 files changed
+32
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
0 commit comments