Skip to content

frozen app with cx_freeze on windows #69

frozen app with cx_freeze on windows

frozen app with cx_freeze on windows #69

Workflow file for this run

name: frozen app with cx_freeze on windows
on:
push:
branches: [ "main" ]
schedule:
- cron: '0 0 * * 0' # This runs the workflow every Sunday at midnight UTC
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- name: Check out repository
uses: actions/checkout@v2
- uses: astral-sh/setup-uv@v1
with:
version: "latest"
- name: basic
run: |
cd cx_Freeze_win
uvx --from cx_Freeze --with numpy,pandas,robotframework cxfreeze build || true
build/exe.win-amd64-3.9/robot.exe ../examples/