Skip to content

Build on ci using batonogov/pyinstaller-linux #14

Build on ci using batonogov/pyinstaller-linux

Build on ci using batonogov/pyinstaller-linux #14

Workflow file for this run

name: Build and test
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
# container: quay.io/pypa/manylinux_2_28_x86_64
steps:
- name: Checkout code
uses: actions/checkout@v4
# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: '3.11.8'
# - name: Install Nix
# uses: cachix/install-nix-action@v26
# - name: Install Cachix
# uses: cachix/cachix-action@v14
# with:
# name: devenv
# - name: Install devenv.sh
# run: nix profile install nixpkgs#devenv
# - name: Build the devenv shell and run any pre-commit hooks
# run: devenv test
- name: Build linux image
run: docker run --rm -v "${PWD}:/src/" --env SPECFILE=./schwifty.spec batonogov/pyinstaller-linux
- name: Test linux image
run: dist/schwifty "DE89370400440532013000"
# - name: Build devcontainer image
# uses: devcontainers/ci@v0.3
# with:
# runCmd: devenv test