From 81e744ad779d017ac5e70a9d7f925c50c611d0fd Mon Sep 17 00:00:00 2001 From: Timothy Sutton Date: Sun, 7 Nov 2021 17:16:30 -0500 Subject: [PATCH] wip on windows CI --- .github/workflows/main.yml | 10 ++-------- ci/ci-windows.sh | 5 +++++ 2 files changed, 7 insertions(+), 8 deletions(-) create mode 100755 ci/ci-windows.sh diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7474d0..31f1b2c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/ci/ci-windows.sh b/ci/ci-windows.sh new file mode 100755 index 0000000..d374fe2 --- /dev/null +++ b/ci/ci-windows.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +python -V + +pip install pyinstaller