Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jun 8, 2023
1 parent c6a7748 commit d8c9ed9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
--enable-websocket-interface
--disable-ecasound
--disable-intersense
--prefix=/ssr-files
CPPFLAGS="-I/ucrt64/include -I`pwd`/../websocketpp -D_WEBSOCKETPP_CPP11_THREAD_"
LDFLAGS=-L/ucrt64/lib
LIBS="-lws2_32 -lwsock32 -lglu32 -lopengl32"
Expand All @@ -79,10 +80,13 @@ jobs:
working-directory: ssr
run: |
make
# TODO: run "make install" (specifying a suitable installation location)
# and then upload all installed files
- name: make install
working-directory: ssr
run: |
make install DESTDIR=$GITHUB_WORKSPACE/installed-files
# TODO: create installer from installed files, upload installer
- name: upload executables
uses: actions/upload-artifact@v3
with:
name: executables
path: ssr/src/ssr-*
name: ssr-files
path: installed-files

0 comments on commit d8c9ed9

Please sign in to comment.