Skip to content

LaxisB/automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation

some pc automation stuff

Bakeware releases don't work at the moment! use normal mix releases

Installation

As this is a windows-focused application, we need to install some tooling first. If you already have a working elixir env, skip to step 4

  1. get scoop via powershell
     Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
     Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
  2. install build tools and elixir
     scoop bucket add extras
     scoop install extras/vcredist2022 make mingw zstd erlang elixir
    
  3. set up hex
     mix local.hex
     mix local.rebar
  4. install deps
    mix deps.get
    mix deps.compile # for bakeware
  5. build the thing
    mix release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published