Skip to content

Commit bbc5f1e

Browse files
Add configure
1 parent 66dbc22 commit bbc5f1e

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ jobs:
2929
# libgtk-3-dev # only needed for --enable-gtk
3030
# git \
3131
32-
- name: Compile it
32+
- name: Configure
3333
run: |
34-
cat /proc/cpuinfo
35-
make -j4 # how many cores?
34+
./configure --target-list=xtensa-softmmu --enable-gcrypt --enable-slirp --enable-debug --enable-vte --enable-stack-protector
3635
37-
- name: Dist artifacts (${{ matrix.target }} @ ${{ matrix.platform }})
36+
- name: Compile
37+
run: |
38+
make -j4
39+
40+
- name: Save artifacts
3841
uses: actions/upload-artifact@v4
3942
with:
4043
name: qemu-system-xtensa

0 commit comments

Comments
 (0)