From c445ec4f1c7ce705af66541b2fe590a774d5f878 Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Wed, 22 May 2024 03:33:41 +0530 Subject: [PATCH] debug also --- .github/workflows/build-cross.yml | 40 +++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/build-cross.yml b/.github/workflows/build-cross.yml index b62d220..6e5171f 100644 --- a/.github/workflows/build-cross.yml +++ b/.github/workflows/build-cross.yml @@ -55,26 +55,26 @@ jobs: ALIENS_PATH=${PWD}/${ALIENS_NAME} packaged $ALIENS_NAME 'pip install pygame' 'python -m pygame.examples.aliens' - # textual: requires no source - TEXTUAL_NAME="textual-${{ matrix.target }}.bin" - TEXTUAL_PATH=${PWD}/${TEXTUAL_NAME} - packaged $TEXTUAL_NAME 'pip install textual' 'python -m textual' - - # IPython: requires no source - IPYTHON_NAME="ipython-${{ matrix.target }}.bin" - IPYTHON_PATH=${PWD}/${IPYTHON_NAME} - packaged $IPYTHON_NAME 'pip install ipython' 'ipython' - - # ./examples/mandelbrot - MANDELBROT_NAME="mandelbrot-${{ matrix.target }}.bin" - MANDELBROT_PATH=${PWD}/${MANDELBROT_NAME} - packaged $MANDELBROT_NAME 'pip install -r requirements.txt' 'python mandelbrot.py' ./example/mandelbrot - - # ./examples/minesweeper - MINESWEEPER_NAME="minesweeper-${{ matrix.target }}.bin" - MINESWEEPER_PATH=${PWD}/${MINESWEEPER_NAME} - packaged ./example/minesweeper - mv ./minesweeper.bin $MINESWEEPER_NAME + # # textual: requires no source + # TEXTUAL_NAME="textual-${{ matrix.target }}.bin" + # TEXTUAL_PATH=${PWD}/${TEXTUAL_NAME} + # packaged $TEXTUAL_NAME 'pip install textual' 'python -m textual' + + # # IPython: requires no source + # IPYTHON_NAME="ipython-${{ matrix.target }}.bin" + # IPYTHON_PATH=${PWD}/${IPYTHON_NAME} + # packaged $IPYTHON_NAME 'pip install ipython' 'ipython' + + # # ./examples/mandelbrot + # MANDELBROT_NAME="mandelbrot-${{ matrix.target }}.bin" + # MANDELBROT_PATH=${PWD}/${MANDELBROT_NAME} + # packaged $MANDELBROT_NAME 'pip install -r requirements.txt' 'python mandelbrot.py' ./example/mandelbrot + + # # ./examples/minesweeper + # MINESWEEPER_NAME="minesweeper-${{ matrix.target }}.bin" + # MINESWEEPER_PATH=${PWD}/${MINESWEEPER_NAME} + # packaged ./example/minesweeper + # mv ./minesweeper.bin $MINESWEEPER_NAME # Setup output paths for upload echo Setting paths in output