Asher
994531d8bb
Add task for packaging release ( #6 )
...
* Add task for packaging release
* Modify package task to package a single binary
This is so it can be used as part of the build/release script.
* Package release as part of Travis deploy
* Set platform env var
* Add arch env var
* Make version available to the code
* Use tar for Linux and zip for Mac & Windows
2019-03-06 18:15:52 -06:00
Kyle Carberry
8916cb9bb2
Update to vscode 1.31.1 ( #45 )
2019-03-06 11:10:23 -08:00
Kyle Carberry
4028e33529
Update travis.yml with new credentials
2019-03-05 05:20:57 +00:00
Kyle Carberry
379a5243fe
Update api key secret
2019-03-05 04:54:37 +00:00
Kyle Carberry
d48d72cb79
Filter out secrets in CI
2019-03-05 01:20:25 +00:00
Kyle Carberry
ef6369d62f
Add prerelease
2019-03-05 00:21:29 +00:00
Asher
50d642b98a
Disable Travis deploy
2019-03-04 13:55:22 -06:00
Asher
df54f67a28
Update repository name
2019-03-04 12:53:17 -06:00
Asher
68cb387fff
Remove Windows build for now
2019-03-04 11:55:49 -06:00
Kyle Carberry
e8174095ca
Add windows support ( #41 )
...
* Add windows support
* Improve multi-platform support
* Install with network-concurrency 1
* Use file-glob to upload windows binary
* Don't install packages in parallel if on windows
* Rename vscode-remote to code-server
* Add output at intervals so CI doesn't kill build
* Update all tasks to provide timed output
* Don't perform tasks sync otherwise we can't log
2019-02-28 14:04:19 -06:00
Kyle Carberry
1e30831c91
Remove cache for windows
2019-02-27 22:52:53 -06:00
Kyle Carberry
6038744ca3
Remove filtering of secrets for windows build
2019-02-27 21:37:39 -06:00
Kyle Carberry
2f5b36c5f4
Add windows build
2019-02-27 21:27:06 -06:00
Kyle Carberry
57ff9567c3
Add automatically incrementing versioning
2019-02-27 16:47:12 -06:00
Kyle Carberry
0c2c957312
Fix readdir for root path ( #35 )
...
* Fix readdir for root path
* Fix merge of webpack conf
* Fix travis.yml to deploy on master
* Remove windows platform from travis.yml
* Enable caching
* mkdirpSync
* Fix build script
2019-02-25 16:29:34 -06:00
Kyle Carberry
85d2225e0c
Featureful ( #31 )
...
* Fix loading within the CLI
* Remove app
* Remove promise handle
* Add initial travis file
* Add libxkbfile dependency
* Add libxkbfile-dev
* Add build script
* Fix malformed bash statement
* Remove yarn from script
* Improve build script
* Extract upx before usage
* Only run upx if on linux
* Ensure resource directory exists
* Pack runnable binary
* Export binary with platform
* Improve build process
* Install upx before running install script
* Update typescript version before running nexe
* Add os.release() function for multi-platform support
* Update travis.yml to improve deployment
* Add on CI
* Update to v1.31.0
* Add libsecret
* Update build target
* Skip cleanup
* Fix built-in extensions
* Add basics for apps
* Create custom DNS server
* Fix forking within CLI. Fixes TS language features
* Fix filename resolve
* Fix default extensions path
* Add custom dialog
* Store workspace path
* Remove outfiles
* Cleanup
* Always authed outside of CLI
* Use location.host for client
* Remove useless app interface
* Remove debug file for building wordlist
* Use chromes tcp host
* Update patch
* Build browser app before packaging
* Replace all css containing file:// URLs, fix webviews
* Fix save
* Fix mkdir
2019-02-21 11:55:42 -06:00