Remove Continuous Integration Remove Download Remove Linux
article thumbnail

What’s Free at Linux Academy — May 2019

Linux Academy

By adding free cloud training to our Community Membership, students have the opportunity to develop their Linux and Cloud skills further. Each month, we will kick off our community content with a live study group allowing members of the Linux Academy community to come together and share their insights in order to learn from one another.

Linux 113
article thumbnail

Continuous integration for a Bazel Android project

CircleCI

In this tutorial, you will learn how to build a Bazel Android project and set it up for continuous integration with CircleCI. Another nice feature of Bazel is the sha256 argument for verifying the integrity of downloaded files. The dependencies are downloaded for the whole workspace, and not included in the app yet.

article thumbnail

What’s Free at Linux Academy — May 2019

Linux Academy

By adding free cloud training to our Community Membership, students have the opportunity to develop their Linux and Cloud skills further. Each month, we will kick off our community content with a live study group allowing members of the Linux Academy community to come together and share their insights in order to learn from one another.

Linux 60
article thumbnail

GitHub – On-Prem Server Connectivity Using Self-Hosted Runners

Perficient

GitHub-hosted runners support various operating systems, such as Ubuntu Linux, Windows, and macOS. zip Extract the downloaded package and configure the self-hosted runner according to your deployment needs. Each machine comes pre-configured with the environment, tools, and settings required for GitHub Actions.

Windows 105
article thumbnail

Mastering Network Simulation Using Chrome DevTools

Perficient

Step 1: Open Chrome DevTools To start, open Google Chrome and access Developer Tools by right-clicking on your webpage and selecting “Inspect,” or by using shortcuts (Ctrl + Shift + I for Windows/Linux, or Cmd + Opt + I for Mac). Upload Speed: Like adjusting the download speed, you can also modify the upload speed.

Network 52
article thumbnail

CI/CD for Unity game development with GameCI's Unity orb

CircleCI

For a while now, continuous integration and delivery have been part of the software development cookbook of several software houses and IT departments. With it, you can build your game with minimal configuration for several platforms, including macOS, Windows, Linux, Android, and iOS.

Games 97
article thumbnail

Building Docker images for multiple operating system architectures

CircleCI

For instance, developing an application on Windows and deploying it to Linux and macOS machines involves provisioning and configuring build machines for each of the operating systems and architecture platforms you’re targeting. We’re only going to focus on the continuous integration aspects of building these multi-architecture Docker images.