Skip to content

Commit a903f97

Browse files
author
Comick
committed
Update CI
1 parent b4ca88b commit a903f97

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313

1414
steps:
1515

@@ -18,7 +18,7 @@ jobs:
1818
- name: Install build dependencies
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install bison flex qt5-default qtbase5-dev qt5-qmake qtmultimedia5-dev libqt5sql5-sqlite libqt5multimedia5-plugins libqt5serialport5-dev libqt5texttospeech5-dev qtspeech5-flite-plugin pulseaudio qttools5-dev-tools
21+
sudo apt-get install bison flex qt5-qmake qtbase5-dev libqt5serialport5-dev libqt5texttospeech5-dev qtmultimedia5-dev
2222
2323
- name: Prepare build
2424
run: |
@@ -28,9 +28,9 @@ jobs:
2828
run: |
2929
make
3030
31-
- name: Upload Graphs
32-
uses: actions/upload-artifact@v2
31+
- name: Upload binary
32+
uses: actions/upload-artifact@v4
3333
with:
34-
name: Ubuntu 20.04 binary
34+
name: Ubuntu 24.04 binary
3535
path: 'basic256'
3636

Interpreter.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5978,8 +5978,8 @@ fprintf(stderr,"in foreach map %d\n", d->map->data.size());
59785978
}
59795979
# else
59805980
error->q(ERROR_NOTIMPLEMENTED);
5981-
(void) data;
5982-
(void) port;
5981+
//(void) data;
5982+
//(void) port;
59835983
#endif
59845984
}
59855985
break;
@@ -6008,7 +6008,7 @@ fprintf(stderr,"in foreach map %d\n", d->map->data.size());
60086008
}
60096009
#else
60106010
error->q(ERROR_NOTIMPLEMENTED);
6011-
(void) port;
6011+
//(void) port;
60126012
#endif
60136013
stack->pushInt(data);
60146014
}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ I keep this current with upstream, including original SVN history via GIT SVN.
1414

1515
## Feature ideas
1616

17+
- Flatpak package on flathub
18+
- AppImage distribution
1719
- locally available inline command help
1820
- real IDE-less execution of program
21+
- auto generated reference docs
1922

2023
## Resources
2124

0 commit comments

Comments
 (0)