We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66dbc22 commit bbc5f1eCopy full SHA for bbc5f1e
1 file changed
.github/workflows/build-linux.yml
@@ -29,12 +29,15 @@ jobs:
29
# libgtk-3-dev # only needed for --enable-gtk
30
# git \
31
32
- - name: Compile it
+ - name: Configure
33
run: |
34
- cat /proc/cpuinfo
35
- make -j4 # how many cores?
+ ./configure --target-list=xtensa-softmmu --enable-gcrypt --enable-slirp --enable-debug --enable-vte --enable-stack-protector
36
37
- - name: Dist artifacts (${{ matrix.target }} @ ${{ matrix.platform }})
+ - name: Compile
+ run: |
38
+ make -j4
39
+
40
+ - name: Save artifacts
41
uses: actions/upload-artifact@v4
42
with:
43
name: qemu-system-xtensa
0 commit comments