mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-23 18:49:01 +08:00
move to new skeleton
This commit is contained in:
parent
d3a3ba0a32
commit
120ffb0b1f
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -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
|
||||
|
4
.github/workflows/quicktest.yml
vendored
4
.github/workflows/quicktest.yml
vendored
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
See detailed tutorial at https://mongoose.ws/tutorials/socks5-server/
|
@ -1 +0,0 @@
|
||||
../../mongoose.c
|
@ -1 +0,0 @@
|
||||
../../mongoose.h
|
@ -1 +0,0 @@
|
||||
See detailed tutorial at https://mongoose.ws/tutorials/tcp/
|
@ -1 +0,0 @@
|
||||
../../../test/data/ss_ca.pem
|
@ -1 +0,0 @@
|
||||
../../../test/data/ss_client.pem
|
@ -1 +0,0 @@
|
||||
../../../test/data/ss_server.pem
|
@ -1 +0,0 @@
|
||||
../../mongoose.c
|
@ -1 +0,0 @@
|
||||
../../mongoose.h
|
1
tutorials/tcp/socks5-server/README.md
Normal file
1
tutorials/tcp/socks5-server/README.md
Normal file
@ -0,0 +1 @@
|
||||
See detailed tutorial at https://mongoose.ws/tutorials/tcp/socks5-server/
|
1
tutorials/tcp/socks5-server/mongoose.c
Symbolic link
1
tutorials/tcp/socks5-server/mongoose.c
Symbolic link
@ -0,0 +1 @@
|
||||
../../../mongoose.c
|
1
tutorials/tcp/socks5-server/mongoose.h
Symbolic link
1
tutorials/tcp/socks5-server/mongoose.h
Symbolic link
@ -0,0 +1 @@
|
||||
../../../mongoose.h
|
@ -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
|
1
tutorials/tcp/tcp/README.md
Normal file
1
tutorials/tcp/tcp/README.md
Normal file
@ -0,0 +1 @@
|
||||
See detailed tutorial at https://mongoose.ws/tutorials/tcp/tcp/
|
1
tutorials/tcp/tcp/certs/ss_ca.pem
Symbolic link
1
tutorials/tcp/tcp/certs/ss_ca.pem
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../test/data/ss_ca.pem
|
1
tutorials/tcp/tcp/certs/ss_client.pem
Symbolic link
1
tutorials/tcp/tcp/certs/ss_client.pem
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../test/data/ss_client.pem
|
1
tutorials/tcp/tcp/certs/ss_server.pem
Symbolic link
1
tutorials/tcp/tcp/certs/ss_server.pem
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../test/data/ss_server.pem
|
1
tutorials/tcp/tcp/mongoose.c
Symbolic link
1
tutorials/tcp/tcp/mongoose.c
Symbolic link
@ -0,0 +1 @@
|
||||
../../../mongoose.c
|
1
tutorials/tcp/tcp/mongoose.h
Symbolic link
1
tutorials/tcp/tcp/mongoose.h
Symbolic link
@ -0,0 +1 @@
|
||||
../../../mongoose.h
|
Loading…
Reference in New Issue
Block a user