move to new skeleton

This commit is contained in:
Sergio R. Caprile 2024-04-25 14:33:58 -03:00
parent d3a3ba0a32
commit 120ffb0b1f
24 changed files with 14 additions and 14 deletions

View File

@ -210,10 +210,10 @@ jobs:
# with:
# platform: x64
- name: test they build
run: make -C test refprojs CFLAGS_EXTRA="${{ matrix.ssl }}"
run: make -C test refprojs_win CFLAGS_EXTRA="${{ matrix.ssl }}"
shell: cmd
- name: test they clean
run: make -C test clean_refprojs
run: make -C test clean_refprojs_win
shell: cmd
refprojs_mac:
runs-on: macos-latest

View File

@ -132,10 +132,10 @@ jobs:
# with:
# platform: x64
- name: test they build
run: make -C test refprojs
run: make -C test refprojs_win
shell: cmd
- name: test they clean
run: make -C test clean_refprojs
run: make -C test clean_refprojs_win
shell: cmd
refprojs_mac:
runs-on: macos-latest

View File

@ -1 +0,0 @@
See detailed tutorial at https://mongoose.ws/tutorials/socks5-server/

View File

@ -1 +0,0 @@
../../mongoose.c

View File

@ -1 +0,0 @@
../../mongoose.h

View File

@ -1 +0,0 @@
See detailed tutorial at https://mongoose.ws/tutorials/tcp/

View File

@ -1 +0,0 @@
../../../test/data/ss_ca.pem

View File

@ -1 +0,0 @@
../../../test/data/ss_client.pem

View File

@ -1 +0,0 @@
../../../test/data/ss_server.pem

View File

@ -1 +0,0 @@
../../mongoose.c

View File

@ -1 +0,0 @@
../../mongoose.h

View File

@ -0,0 +1 @@
See detailed tutorial at https://mongoose.ws/tutorials/tcp/socks5-server/

View File

@ -0,0 +1 @@
../../../mongoose.c

View File

@ -0,0 +1 @@
../../../mongoose.h

View File

@ -29,7 +29,7 @@ clean: # Cleanup. Delete built program and all build artifact
# Generate packed filesystem for serving credentials
packed_fs.c: $(wildcard certs/*) Makefile
$(CC) ../../test/pack.c -o $(PACK)
$(CC) ../../../test/pack.c -o $(PACK)
$(PACK) $(wildcard certs/*) > $@
# see https://mongoose.ws/tutorials/tls/#how-to-build for TLS build options

View File

@ -0,0 +1 @@
See detailed tutorial at https://mongoose.ws/tutorials/tcp/tcp/

View File

@ -0,0 +1 @@
../../../../test/data/ss_ca.pem

View File

@ -0,0 +1 @@
../../../../test/data/ss_client.pem

View File

@ -0,0 +1 @@
../../../../test/data/ss_server.pem

View File

@ -0,0 +1 @@
../../../mongoose.c

View File

@ -0,0 +1 @@
../../../mongoose.h