Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

test happyx

License

NotificationsYou must be signed in to change notification settings

lost22git/test_happyx

Repository files navigation

an example of happyx

  • sqlite
  • static linking
  • docker multi-stage build

Installation

TODO: Write installation instructions here

Usage

zig cc

  • write a shell script and copy to /usr/local/bin

zigcc content

#!/usr/bin/env bashzig cc$@
cp zigcc /usr/local/bin
  • build app with zigcc
nimble zigcc
  • run app
./bin/test_happyx_release_zigcc

Docker

  • build docker imagetest-happyx
docker build -t test-happyx --build-arg http_proxy=$HTTP_PROXY.
  • create docker networkmnet
docker network create -o com.docker.network.bridge.name=mnet mnet
  • run docker containertest-happyx in networkmnet
docker run -dit --name test-happyx --net mnet -p 5000:5000/tcp test-happyx

Docker compose

docker compose up -d

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/lost22git/test_happyx/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors


[8]ページ先頭

©2009-2025 Movatter.jp