mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 01:31:19 -04:00
wip on windows CI
This commit is contained in:
parent
008f192640
commit
81e744ad77
2 changed files with 7 additions and 8 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -26,11 +26,5 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run a one-line script
|
||||
run: echo Hello, world!
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Run a multi-line script
|
||||
run: |
|
||||
echo Add other actions to build,
|
||||
echo test, and deploy your project.
|
||||
- name: Setup environment
|
||||
run:
|
||||
|
|
5
ci/ci-windows.sh
Executable file
5
ci/ci-windows.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
python -V
|
||||
|
||||
pip install pyinstaller
|
Loading…
Add table
Add a link
Reference in a new issue