Skip to content

mamewotoko/labltk_quickstart

Repository files navigation

labltk_quickstart Build Status

screenshot

Build

Vagrant (ubuntu 20.04 ubuntu/focal64)

  1. install vagrant and Oracle VM VirtualBox

  2. start vagrant box

    vagrant up
  3. ssh login to vagrant box

    vagrant ssh
  4. install opam packages

    # source directory mounted to virtualbox
    cd /vagrant
    ./setup.sh
  5. method1: build with OcmalMakefile

    make
  6. Run

./tk_app

Another build tool: dune

  1. Install dune
opam install dune

3. Build

dune build src/main.exc

4. Run

dune exec src/main.exe

CI

travis - screencapture(png) -> google drive
                      (ogv)

CI Configurations

configure following environment variable using travis configuration web ui. Please read Artifact Deployment via Google Drive

  • GDRIVE_REFRESH_TOKEN
  • GDRIVE_DIR

References


Takashi Masuyama < mamewotoko@gmail.com >
https://mamewo.ddo.jp/

Releases

No releases published

Packages

No packages published