Subversion Repositories Krakow BASIC

Rev

Rev 20 | Rev 22 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 21
Line 48... Line 48...
48
    - name: Install packages
48
    - name: Install packages
49
      run: sudo apt-get install gcc-avr avr-libc
49
      run: sudo apt-get install gcc-avr avr-libc
50
    - name: Make sure it is clean
50
    - name: Make sure it is clean
51
      run: make clean PLATFORM=arduino
51
      run: make clean PLATFORM=arduino
52
    - name: Make
52
    - name: Make
53
      run: make PLATFORM=c64
53
      run: make PLATFORM=arduino
54
    - name: Rename
54
    - name: Rename
55
      run: cp BASIC/krakow.hex krakow-arduino.hex
55
      run: cp BASIC/krakow.hex krakow-arduino.hex
56
    - name: Upload artifact
56
    - name: Upload artifact
57
      uses: actions/upload-artifact@v4
57
      uses: actions/upload-artifact@v4
58
      with:
58
      with: