Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
987ce19aec |
@@ -21,6 +21,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
- name: Run tests
|
||||||
|
run: python3 test_export.py
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pyinstaller --onefile --name tamigo-cli tamigo.py
|
run: pyinstaller --onefile --name tamigo-cli tamigo.py
|
||||||
- name: Upload Linux Artifact
|
- name: Upload Linux Artifact
|
||||||
@@ -53,6 +55,7 @@ jobs:
|
|||||||
export TEMP=C:\\\\temp && \
|
export TEMP=C:\\\\temp && \
|
||||||
mkdir -p /src/build /src/dist_win && \
|
mkdir -p /src/build /src/dist_win && \
|
||||||
pip install -r requirements.txt && \
|
pip install -r requirements.txt && \
|
||||||
|
python3 test_export.py && \
|
||||||
pyinstaller --onefile --name tamigo-cli \
|
pyinstaller --onefile --name tamigo-cli \
|
||||||
--workpath /src/build \
|
--workpath /src/build \
|
||||||
--distpath /src/dist_win \
|
--distpath /src/dist_win \
|
||||||
|
|||||||
@@ -17,6 +17,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
- name: Run tests
|
||||||
|
run: python3 test_export.py
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pyinstaller --onefile --name tamigo-cli tamigo.py
|
run: pyinstaller --onefile --name tamigo-cli tamigo.py
|
||||||
- name: Rename for release
|
- name: Rename for release
|
||||||
@@ -51,6 +53,7 @@ jobs:
|
|||||||
export TEMP=C:\\\\temp && \
|
export TEMP=C:\\\\temp && \
|
||||||
mkdir -p /src/build /src/dist_win && \
|
mkdir -p /src/build /src/dist_win && \
|
||||||
pip install -r requirements.txt && \
|
pip install -r requirements.txt && \
|
||||||
|
python3 test_export.py && \
|
||||||
pyinstaller --onefile --name tamigo-cli \
|
pyinstaller --onefile --name tamigo-cli \
|
||||||
--workpath /src/build \
|
--workpath /src/build \
|
||||||
--distpath /src/dist_win \
|
--distpath /src/dist_win \
|
||||||
|
|||||||
Reference in New Issue
Block a user